]> Git Repo - qemu.git/blobdiff - target-moxie/translate.c
tcg: Add type for vCPU pointers
[qemu.git] / target-moxie / translate.c
index bc860a5257d07f88570af59e02ade500415d13bd..a437e2ab60263e718830601d3ec607cba5e5408f 100644 (file)
@@ -56,7 +56,7 @@ enum {
 
 static TCGv cpu_pc;
 static TCGv cpu_gregs[16];
-static TCGv_ptr cpu_env;
+static TCGv_env cpu_env;
 static TCGv cc_a, cc_b;
 
 #include "exec/gen-icount.h"
This page took 0.022923 seconds and 4 git commands to generate.