aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-04-22 16:05:56 +0000
committerIan Lance Taylor <ian@airs.com>1998-04-22 16:05:56 +0000
commit8c9272025e4bca2c796fa1896a3b2a74c7bb4e2e (patch)
tree2fbf10e120a5d31318bcb212bf1b431bd6fa2f9e /gas
parent7d2ac7015e6ff6e2c79a15214337192c3314694e (diff)
downloadgdb-8c9272025e4bca2c796fa1896a3b2a74c7bb4e2e.zip
gdb-8c9272025e4bca2c796fa1896a3b2a74c7bb4e2e.tar.gz
gdb-8c9272025e4bca2c796fa1896a3b2a74c7bb4e2e.tar.bz2
fix indentation in comment
Diffstat (limited to 'gas')
-rw-r--r--gas/config/tc-i386.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c
index e119f69..ec1b05c 100644
--- a/gas/config/tc-i386.c
+++ b/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))