diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-12-08 17:59:00 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-12-08 17:59:00 +0000 |
commit | 9bb97f002b9ddf91560c622b2826855c7527bec5 (patch) | |
tree | 88fa0f61a9ecc293b2db349e2ed78da56d94e9fc /gas/config | |
parent | efa7dee728f9dd755f362cb3791e3c1c8d0a5552 (diff) | |
download | gdb-9bb97f002b9ddf91560c622b2826855c7527bec5.zip gdb-9bb97f002b9ddf91560c622b2826855c7527bec5.tar.gz gdb-9bb97f002b9ddf91560c622b2826855c7527bec5.tar.bz2 |
2008-12-08 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (build_modrm_byte): Remove an extra blank
line.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-i386.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index b58dbe0..f0b374d 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -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; |