X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=target-unicore32%2Fop_helper.c;h=541e6f099d71c489bd99e2023688dc84b915d19e;hb=82b2b32a323bbb5824b4fbe63a3bca50f827e28e;hp=31e4b11e43a22f5128ab0c19c4c105c8ba355410;hpb=dbf352ad6e55dc7b40c62b402289164265a4f17c;p=qemu.git diff --git a/target-unicore32/op_helper.c b/target-unicore32/op_helper.c index 31e4b11e4..541e6f099 100644 --- a/target-unicore32/op_helper.c +++ b/target-unicore32/op_helper.c @@ -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)