]> Git Repo - qemu.git/blobdiff - target/arm/translate-a64.c
tcg: remove addr argument from lookup_tb_ptr
[qemu.git] / target / arm / translate-a64.c
index 899ffb96fc503230e79a94c18462a79a9e846247..a39b9d3633fa25434e0fbd900bbb75e2d106f7fb 100644 (file)
@@ -379,7 +379,7 @@ static inline void gen_goto_tb(DisasContext *s, int n, uint64_t dest)
         } else if (s->base.singlestep_enabled) {
             gen_exception_internal(EXCP_DEBUG);
         } else {
-            tcg_gen_lookup_and_goto_ptr(cpu_pc);
+            tcg_gen_lookup_and_goto_ptr();
             s->base.is_jmp = DISAS_NORETURN;
         }
     }
@@ -11363,7 +11363,7 @@ static void aarch64_tr_tb_stop(DisasContextBase *dcbase, CPUState *cpu)
             gen_a64_set_pc_im(dc->pc);
             /* fall through */
         case DISAS_JUMP:
-            tcg_gen_lookup_and_goto_ptr(cpu_pc);
+            tcg_gen_lookup_and_goto_ptr();
             break;
         case DISAS_EXIT:
             tcg_gen_exit_tb(0);
This page took 0.025157 seconds and 4 git commands to generate.