2007-03-30 H.J. Lu <hongjiu.lu@intel.com>

* config/tc-i386.c (process_suffix): Reindent a bit.
This commit is contained in:
H.J. Lu 2007-03-30 16:28:33 +00:00
parent 73725ff3e1
commit f6bee0627d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-03-30 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (process_suffix): Reindent a bit.
2007-03-30 Paul Brook <paul@codesourcery.com>
* config/tc-arm.c (encode_thumb2_ldmstm): New function.

View File

@ -2985,7 +2985,7 @@ process_suffix (void)
|| i.types [0] != (Acc | Reg64)
|| i.types [1] != (Acc | Reg64)
|| i.tm.base_opcode != 0x90)
i.rex |= REX_W;
i.rex |= REX_W;
}
/* Size floating point instruction. */