2008-12-08 H.J. Lu <hongjiu.lu@intel.com>

* config/tc-i386.c (build_modrm_byte): Remove an extra blank
	line.
This commit is contained in:
H.J. Lu 2008-12-08 17:59:00 +00:00
parent efa7dee728
commit 9bb97f002b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-12-08 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (build_modrm_byte): Remove an extra blank
line.
2008-12-04 Ben Elliston <bje@au.ibm.com>
* config/tc-ppc.c (parse_cpu): Remove booke64 support. Update

View File

@ -5198,7 +5198,6 @@ build_modrm_byte (void)
assert (operand_type_equal (&i.tm.operand_types[nds], &regxmm)
|| operand_type_equal (&i.tm.operand_types[nds], &regymm));
i.vex.register_specifier = i.op[nds].regs;
}
else
source = dest = 0;