x86: drop left-over 4-way alternative disassembler templates

Commit 7c52e0e865, dropping the general concept of 4-way alternatives,
for whatever reason, omitted cleaning up these two instances.
This commit is contained in:
Jan Beulich 2020-06-25 09:30:39 +02:00
parent c423d21a43
commit 464dc4af9a
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2020-06-25 Jan Beulich <jbeulich@suse.com>
* i386-dis.c: (float_mem): Reduce alternatives for fstpt and fldpt.
2020-06-25 Jan Beulich <jbeulich@suse.com>
* i386-dis.c: Adjust description of "LQ" macro.

View File

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