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>
|
2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* config/tc-i386.c (match_template): Improve unsupported error
|
* config/tc-i386.c (match_template): Improve unsupported error
|
||||||
|
@ -6257,8 +6257,7 @@ check_prefix:
|
|||||||
if (*q)
|
if (*q)
|
||||||
FRAG_APPEND_1_CHAR (*q);
|
FRAG_APPEND_1_CHAR (*q);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
if (i.tm.opcode_modifier.vex)
|
|
||||||
{
|
{
|
||||||
for (j = 0, q = i.prefix; j < ARRAY_SIZE (i.prefix); j++, q++)
|
for (j = 0, q = i.prefix; j < ARRAY_SIZE (i.prefix); j++, q++)
|
||||||
if (*q)
|
if (*q)
|
||||||
|
Reference in New Issue
Block a user