]> Git Repo - qemu.git/blobdiff - target-sparc/translate.c
TCG: Use gen_opc_icount from context instead of global variable.
[qemu.git] / target-sparc / translate.c
index 4f3a84473c94f1d93cd3062889847e88791db6bf..cbb8997de99f9d53bf714dfc177b13ba780def40 100644 (file)
@@ -5287,7 +5287,7 @@ static inline void gen_intermediate_code_internal(TranslationBlock * tb,
                 tcg_ctx.gen_opc_pc[lj] = dc->pc;
                 gen_opc_npc[lj] = dc->npc;
                 gen_opc_instr_start[lj] = 1;
-                gen_opc_icount[lj] = num_insns;
+                tcg_ctx.gen_opc_icount[lj] = num_insns;
             }
         }
         if (num_insns + 1 == max_insns && (tb->cflags & CF_LAST_IO))
This page took 0.023024 seconds and 4 git commands to generate.