]> git.proxmox.com Git - qemu.git/blobdiff - target-ppc/op_helper.c
cpu_loop_exit: avoid using AREG0
[qemu.git] / target-ppc / op_helper.c
index 15d9222c7249f2c81f7aa2b75eaba25305c31ad8..29f72e1a349f5b0c57deb621d7dd59cd5ff825cd 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)