]> Git Repo - qemu.git/blobdiff - target-ppc/excp_helper.c
cpu-exec: Change cpu_loop_exit() argument to CPUState
[qemu.git] / target-ppc / excp_helper.c
index a58655b5c7564ddb3c2e90b94a295aba030d6451..4a587303a864a79e8685e1c55c561ac26c5a8e4e 100644 (file)
@@ -823,7 +823,7 @@ void helper_raise_exception_err(CPUPPCState *env, uint32_t exception,
 #endif
     cs->exception_index = exception;
     env->error_code = error_code;
-    cpu_loop_exit(env);
+    cpu_loop_exit(cs);
 }
 
 void helper_raise_exception(CPUPPCState *env, uint32_t exception)
This page took 0.020641 seconds and 4 git commands to generate.