Re: [PATCH v5 07/31] target/arm: Use cpu_abort in assert_hflags_rebuild_correctly

2021-04-20 Thread Peter Maydell
On Mon, 19 Apr 2021 at 21:36, Richard Henderson wrote: > > Using cpu_abort takes care of things like unregistering a > SIGABRT handler for user-only. I would find this argument more persuasive if we didn't have a ton of other places where we call abort() or assert() or g_assert_not_reached(). Eit

[PATCH v5 07/31] target/arm: Use cpu_abort in assert_hflags_rebuild_correctly

2021-04-19 Thread Richard Henderson
Using cpu_abort takes care of things like unregistering a SIGABRT handler for user-only. Signed-off-by: Richard Henderson --- target/arm/helper.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/target/arm/helper.c b/target/arm/helper.c index 4aa7650d3a..8275eb2e65 10