mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
Reformat output_insn
* config/tc-i386.c (output_insn): Reformat.
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): Reformat.
|
||||
|
||||
2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/tc-i386.c (output_insn): Remove the extra VEX check.
|
||||
|
@ -6218,7 +6218,7 @@ output_insn (void)
|
||||
unsigned int prefix;
|
||||
|
||||
/* Since the VEX prefix contains the implicit prefix, we don't
|
||||
need the explicit prefix. */
|
||||
need the explicit prefix. */
|
||||
if (!i.tm.opcode_modifier.vex)
|
||||
{
|
||||
switch (i.tm.opcode_length)
|
||||
|
Reference in New Issue
Block a user