diff options
author | Jan Beulich <jbeulich@suse.com> | 2020-06-25 09:30:39 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2020-06-25 09:30:39 +0200 |
commit | 464dc4af9ab34e1482fb4ab47019a0972665505c (patch) | |
tree | 2f2bb3070e60102f9729b1bb151a797d35fa08dd /opcodes/i386-dis.c | |
parent | c423d21a43727fb4d27c10d43e6bbedced0f55d5 (diff) | |
download | gdb-464dc4af9ab34e1482fb4ab47019a0972665505c.zip gdb-464dc4af9ab34e1482fb4ab47019a0972665505c.tar.gz gdb-464dc4af9ab34e1482fb4ab47019a0972665505c.tar.bz2 |
x86: drop left-over 4-way alternative disassembler templates
Commit 7c52e0e8658a, dropping the general concept of 4-way alternatives,
for whatever reason, omitted cleaning up these two instances.
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 28a9058..723bbb3 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -12342,9 +12342,9 @@ static const char *float_mem[] = { "fist{l|}", "fistp{l|}", "(bad)", - "fld{t||t|}", + "fld{t|}", "(bad)", - "fstp{t||t|}", + "fstp{t|}", /* dc */ "fadd{l|}", "fmul{l|}", |