]> Git Repo - qemu.git/commit
target/sparc/int32_helper: Extract and use excp_name_str()
authorPhilippe Mathieu-Daudé <[email protected]>
Tue, 31 Mar 2020 09:49:11 +0000 (11:49 +0200)
committerPhilippe Mathieu-Daudé <[email protected]>
Tue, 9 Jun 2020 07:21:10 +0000 (09:21 +0200)
commit86e8c353f705f14f2f2fd7a6195cefa431aa24d9
treedbe867f4f2996c13d65cac9bbd67e32b49b0448c
parent304c1c8aa5e948ea11aa64acca0e485a185cedc9
target/sparc/int32_helper: Extract and use excp_name_str()

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é <[email protected]>
Reviewed-by: KONRAD Frederic <[email protected]>
Message-Id: <20200331105048[email protected]>
target/sparc/int32_helper.c
This page took 0.027483 seconds and 4 git commands to generate.