Re: [PATCH-for-5.1 7/7] target/sparc/int32_helper: Extract and use excp_name_str()

2020-04-01 Thread KONRAD Frederic
Le 3/31/20 à 12:50 PM, Philippe Mathieu-Daudé a écrit : Improve exception error report: Before: qemu: fatal: Trap 0x06 while interrupts disabled, Error state After: qemu: fatal: Trap 0x06 (Window Underflow) while interrupts disabled, Error state Signed-off-by: Philippe Mathieu-Daud

[PATCH-for-5.1 7/7] target/sparc/int32_helper: Extract and use excp_name_str()

2020-03-31 Thread Philippe Mathieu-Daudé
Improve exception error report: Before: qemu: fatal: Trap 0x06 while interrupts disabled, Error state After: qemu: fatal: Trap 0x06 (Window Underflow) while interrupts disabled, Error state Signed-off-by: Philippe Mathieu-Daudé --- target/sparc/int32_helper.c | 18 -- 1