aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-tbl.h
diff options
context:
space:
mode:
authorMichael Matz <matz@suse.de>2023-02-13 18:20:44 +0100
committerMichael Matz <matz@suse.de>2023-02-13 18:41:05 +0100
commit25a0d393c728314e257789b948c3a2c98aca7a70 (patch)
tree03ac3f8d1339bed5dca5c12aec0347a3f52df40d /opcodes/i386-tbl.h
parentda59d966b8d182653f9bf3cfa93f921e8993757b (diff)
downloadgdb-25a0d393c728314e257789b948c3a2c98aca7a70.zip
gdb-25a0d393c728314e257789b948c3a2c98aca7a70.tar.gz
gdb-25a0d393c728314e257789b948c3a2c98aca7a70.tar.bz2
PR30120: fix x87 fucomp misassembled
this fixes the entry for 'fucomp' to use the correct Reg value (otherwise it's assembled as 'fucom').
Diffstat (limited to 'opcodes/i386-tbl.h')
-rw-r--r--opcodes/i386-tbl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-tbl.h b/opcodes/i386-tbl.h
index 585a5bb..021f607 100644
--- a/opcodes/i386-tbl.h
+++ b/opcodes/i386-tbl.h
@@ -5290,7 +5290,7 @@ static const insn_template i386_optab[] =
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
{ { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0 } } } },
- { MN_fucomp, 0xdd, 1, SPACE_BASE, 4,
+ { MN_fucomp, 0xdd, 1, SPACE_BASE, 5,
{ 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
{ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,