]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-ppc/op_helper.c
Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
[mirror_qemu.git] / target-ppc / op_helper.c
index 82b66519253c16d3a311bc73b73c54eb8385bba3..dde7595fda2c644dc30bb5eb9d5c5d29c9784f39 100644 (file)
@@ -44,7 +44,7 @@ void helper_raise_exception_err (uint32_t exception, uint32_t error_code)
 #endif
     env->exception_index = exception;
     env->error_code = error_code;
-    cpu_loop_exit();
+    cpu_loop_exit(env);
 }
 
 void helper_raise_exception (uint32_t exception)