|
| From: | Richard Henderson |
| Subject: | Re: [PATCH 6/7] linux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturn |
| Date: | Fri, 25 Mar 2022 13:09:23 -0600 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 |
On 3/25/22 06:16, Peter Maydell wrote:
+ return -QEMU_ESIGRETURN; badframe: unlock_user_struct(frame, frame_addr, 0);Don't you also need to return -QEMU_ESIGRETURN in the badframe error-handling case? The other guest architecture implementations of do_sigreturn seem to do that.
Yep, good catch. r~
| [Prev in Thread] | Current Thread | [Next in Thread] |