]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Use error_report for UHI_assert
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 28 Jun 2022 11:16:58 +0000 (16:46 +0530)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 12 Jul 2022 20:32:08 +0000 (22:32 +0200)
commit412411b352d4b9226e5a506fdb6cadd17b83ba4a
treeceae81a82bbbbcfc50c5ffeaa3f74749cf7dec56
parentea4210600db3c5721f90d46d9ad9ece120010041
target/mips: Use error_report for UHI_assert

Always log the assert locally.  Do not report_fault, but
instead include the fact of the fault in the assertion.
Don't bother freeing allocated strings before the abort().

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220628111701.677216-6-richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
target/mips/tcg/sysemu/mips-semi.c