fix indentation in comment

This commit is contained in:
Ian Lance Taylor 1998-04-22 16:05:56 +00:00
parent 7d2ac7015e
commit 8c9272025e
1 changed files with 2 additions and 2 deletions

View File

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