Browse Source

fix indentation in comment

gdb-4_18-branch
Ian Lance Taylor 29 years ago
parent
commit
8c9272025e
  1. 4
      gas/config/tc-i386.c

4
gas/config/tc-i386.c

@ -1408,8 +1408,8 @@ md_assemble (line)
/* Select between byte and word/dword operations. */
if (i.tm.opcode_modifier & W)
i.tm.base_opcode |= W;
/* Now select between word & dword operations via the
operand size prefix. */
/* Now select between word & dword operations via the operand
size prefix. */
if ((i.suffix == WORD_OPCODE_SUFFIX) ^ flag_16bit_code)
{
if (! check_prefix (WORD_PREFIX_OPCODE))

Loading…
Cancel
Save