X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=user-exec.c;h=71bd6c531c85363a9b9bcfda402fca85784d1041;hb=1b94fc4b9aeee5c9ce658a0486315ec20ea371d0;hp=c71acbc5031b97d389a987b8df4e3e1318ecceaa;hpb=27dd7730582be85c7d4f680f5f71146629809c86;p=qemu.git diff --git a/user-exec.c b/user-exec.c index c71acbc50..71bd6c531 100644 --- a/user-exec.c +++ b/user-exec.c @@ -70,7 +70,7 @@ void cpu_resume_from_signal(CPUArchState *env1, void *puc) #endif } env1->exception_index = -1; - longjmp(env1->jmp_env, 1); + siglongjmp(env1->jmp_env, 1); } /* 'pc' is the host PC at which the exception was raised. 'address' is