aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-10-11 22:01:12 +0200
committerLaurent Vivier <laurent@vivier.eu>2020-10-13 13:33:46 +0200
commitb5c6b870efe1c279b363d08c78ab76365ca7156e (patch)
treedb4f3e7bd8d5c6af243e95e073e497a61a8e2381
parent16b66c5626c27b660692f3e60827f58f167e001f (diff)
downloadqemu-b5c6b870efe1c279b363d08c78ab76365ca7156e.zip
qemu-b5c6b870efe1c279b363d08c78ab76365ca7156e.tar.gz
qemu-b5c6b870efe1c279b363d08c78ab76365ca7156e.tar.bz2
target/sparc/int32_helper: Remove duplicated 'Tag Overflow' entry
Commit 0b09be2b2f ("Nicer debug output for exceptions") added twice the same "Tag Overflow" entry, remove the extra one. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Message-Id: <20201011200112.3222822-1-f4bug@amsat.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
-rw-r--r--target/sparc/int32_helper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/sparc/int32_helper.c b/target/sparc/int32_helper.c
index 9a71e1a..ba63c73 100644
--- a/target/sparc/int32_helper.c
+++ b/target/sparc/int32_helper.c
@@ -50,7 +50,6 @@ static const char * const excp_names[0x80] = {
[TT_EXTINT | 0xd] = "External Interrupt 13",
[TT_EXTINT | 0xe] = "External Interrupt 14",
[TT_EXTINT | 0xf] = "External Interrupt 15",
- [TT_TOVF] = "Tag Overflow",
[TT_CODE_ACCESS] = "Instruction Access Error",
[TT_DATA_ACCESS] = "Data Access Error",
[TT_DIV_ZERO] = "Division By Zero",