On 22/8/23 22:34, Richard Henderson wrote:
This line is supposed to be unreachable, but if we're going to
have it at all, SIGABRT via abort() is subject to the same signal
peril that created this function in the first place.
:)
Reviewed-by: Philippe Mathieu-Daudé
We can _exit immediately wi
This line is supposed to be unreachable, but if we're going to
have it at all, SIGABRT via abort() is subject to the same signal
peril that created this function in the first place.
We can _exit immediately without peril.
Signed-off-by: Richard Henderson
---
linux-user/signal.c | 2 +-
1 file c