PATCH: Remove an extra blank line in config/tc-i386.c
H.J. Lu
hongjiu.lu@intel.com
Mon Dec 8 17:59:00 GMT 2008
I am checking in this patch to remove an extra blank line in
config/tc-i386.c.
H.J.
---
2008-12-08 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (build_modrm_byte): Remove an extra blank
line.
Index: config/tc-i386.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-i386.c,v
retrieving revision 1.355
diff -u -p -r1.355 tc-i386.c
--- config/tc-i386.c 29 Nov 2008 09:35:52 -0000 1.355
+++ config/tc-i386.c 8 Dec 2008 17:57:06 -0000
@@ -5198,7 +5198,6 @@ build_modrm_byte (void)
assert (operand_type_equal (&i.tm.operand_types[nds], ®xmm)
|| operand_type_equal (&i.tm.operand_types[nds], ®ymm));
i.vex.register_specifier = i.op[nds].regs;
-
}
else
source = dest = 0;
More information about the Binutils
mailing list