From 464dc4af9ab34e1482fb4ab47019a0972665505c Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Thu, 25 Jun 2020 09:30:39 +0200 Subject: [PATCH] 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. --- opcodes/ChangeLog | 4 ++++ opcodes/i386-dis.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a973b26490..61bc45231e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2020-06-25 Jan Beulich + + * i386-dis.c: (float_mem): Reduce alternatives for fstpt and fldpt. + 2020-06-25 Jan Beulich * i386-dis.c: Adjust description of "LQ" macro. diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 28a9058e99..723bbb3a7d 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|}", -- 2.34.1