]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/blobdiff - target-openrisc/mmu_helper.c
cpu-exec: Change cpu_loop_exit() argument to CPUState
[lisovros/qemu_apohw.git] / target-openrisc / mmu_helper.c
index e3fe6c71274e9055383e2649693d09493a7acaca..5f7f6f5ac463a4f24166620058c76bb7b7c108c9 100644 (file)
@@ -52,7 +52,7 @@ void tlb_fill(CPUState *cs, target_ulong addr, int is_write,
             cpu_restore_state(env, retaddr);
         }
         /* Raise Exception.  */
-        cpu_loop_exit(env);
+        cpu_loop_exit(cs);
     }
 }
 #endif