mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
Remove the extra VEX check
* config/tc-i386.c (output_insn): Remove the extra VEX check.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/tc-i386.c (output_insn): Remove the extra VEX check.
|
||||
|
||||
2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/tc-i386.c (match_template): Improve unsupported error
|
||||
|
@ -6257,8 +6257,7 @@ check_prefix:
|
||||
if (*q)
|
||||
FRAG_APPEND_1_CHAR (*q);
|
||||
}
|
||||
|
||||
if (i.tm.opcode_modifier.vex)
|
||||
else
|
||||
{
|
||||
for (j = 0, q = i.prefix; j < ARRAY_SIZE (i.prefix); j++, q++)
|
||||
if (*q)
|
||||
|
Reference in New Issue
Block a user