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|}",