mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
2007-09-14 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (build_modrm_byte): Adjust comment line wrap.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2007-09-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* config/tc-i386.c (build_modrm_byte): Adjust comment line
|
||||||
|
wrap.
|
||||||
|
|
||||||
2007-09-14 H.J. Lu <hongjiu.lu@intel.com>
|
2007-09-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* config/tc-i386.c (build_modrm_byte): Use (A || B) instead
|
* config/tc-i386.c (build_modrm_byte): Use (A || B) instead
|
||||||
|
@ -4627,8 +4627,8 @@ build_modrm_byte (void)
|
|||||||
extra modrm byte. */
|
extra modrm byte. */
|
||||||
i.sib.index = NO_INDEX_REGISTER;
|
i.sib.index = NO_INDEX_REGISTER;
|
||||||
#if !SCALE1_WHEN_NO_INDEX
|
#if !SCALE1_WHEN_NO_INDEX
|
||||||
/* Another case where we force the second
|
/* Another case where we force the second modrm
|
||||||
modrm byte. */
|
byte. */
|
||||||
if (i.log2_scale_factor)
|
if (i.log2_scale_factor)
|
||||||
i.rm.regmem = ESCAPE_TO_TWO_BYTE_ADDRESSING;
|
i.rm.regmem = ESCAPE_TO_TWO_BYTE_ADDRESSING;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user