]> git.proxmox.com Git - qemu.git/blobdiff - target-unicore32/op_helper.c
Version 0.15.1
[qemu.git] / target-unicore32 / op_helper.c
index 31e4b11e43a22f5128ab0c19c4c105c8ba355410..541e6f099d71c489bd99e2023688dc84b915d19e 100644 (file)
@@ -16,7 +16,7 @@
 void HELPER(exception)(uint32_t excp)
 {
     env->exception_index = excp;
-    cpu_loop_exit();
+    cpu_loop_exit(env);
 }
 
 static target_ulong asr_read(void)