diff options
Diffstat (limited to 'gas/config/tc-i386.c')
-rw-r--r-- | gas/config/tc-i386.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index fd9e0c3..5453a00 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -4627,8 +4627,8 @@ build_modrm_byte (void) extra modrm byte. */ i.sib.index = NO_INDEX_REGISTER; #if !SCALE1_WHEN_NO_INDEX - /* Another case where we force the second - modrm byte. */ + /* Another case where we force the second modrm + byte. */ if (i.log2_scale_factor) i.rm.regmem = ESCAPE_TO_TWO_BYTE_ADDRESSING; #endif |