mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (process_suffix): Fix a typo.
This commit is contained in:
parent
be2f3dec43
commit
fc4adea1ba
@ -1,3 +1,7 @@
|
||||
2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/tc-i386.c (process_suffix): Fix a typo.
|
||||
|
||||
2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR gas/5534
|
||||
|
@ -3532,7 +3532,7 @@ process_suffix (void)
|
||||
suffixes |= 1 << 1;
|
||||
if (!i.tm.opcode_modifier.no_lsuf)
|
||||
suffixes |= 1 << 2;
|
||||
if (!i.tm.opcode_modifier.no_lsuf)
|
||||
if (!i.tm.opcode_modifier.no_ldsuf)
|
||||
suffixes |= 1 << 3;
|
||||
if (!i.tm.opcode_modifier.no_ssuf)
|
||||
suffixes |= 1 << 4;
|
||||
|
Loading…
Reference in New Issue
Block a user