]> Git Repo - qemu.git/blobdiff - target-arm/op_helper.c
translate-all: Change cpu_restore_state() argument to CPUState
[qemu.git] / target-arm / op_helper.c
index f8e535e8ced0ceaa0761a927c1167bfdd4b91bfc..21ff58e7544dc4d4700d7f54162e793a35265f04 100644 (file)
@@ -87,7 +87,7 @@ void tlb_fill(CPUState *cs, target_ulong addr, int is_write, int mmu_idx,
 
         if (retaddr) {
             /* now we have a real cpu fault */
-            cpu_restore_state(env, retaddr);
+            cpu_restore_state(cs, retaddr);
         }
         raise_exception(env, cs->exception_index);
     }
This page took 0.023093 seconds and 4 git commands to generate.