projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d2ac70
)
fix indentation in comment
author
Ian Lance Taylor
<ian@airs.com>
Wed, 22 Apr 1998 16:05:56 +0000
(16:05 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Wed, 22 Apr 1998 16:05:56 +0000
(16:05 +0000)
gas/config/tc-i386.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-i386.c
b/gas/config/tc-i386.c
index e119f6974145f268499cf6c4515e293a8fe76b3c..ec1b05cfb30e71ace541a9eb6943752d0ea97e84 100644
(file)
--- 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))