commit | ee72c47eebe119575b2bb684912bbb8c9efc9ba7 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Aug 22 13:08:11 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Oct 18 15:33:41 2023 -0700 |
tree | 0ae12fb55c8b6bb5622c8ae0650e2ddd3a4b2f85 | |
parent | b8b50f1e9ac8007831c2df1bd0d728f420d5818c [diff] |
linux-user: Exit not abort in die_with_backtrace 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. Acked-by: Helge Deller <deller@gmx.de> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>