mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
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:
@ -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>
|
2008-12-04 Ben Elliston <bje@au.ibm.com>
|
||||||
|
|
||||||
* config/tc-ppc.c (parse_cpu): Remove booke64 support. Update
|
* config/tc-ppc.c (parse_cpu): Remove booke64 support. Update
|
||||||
|
@ -5198,7 +5198,6 @@ build_modrm_byte (void)
|
|||||||
assert (operand_type_equal (&i.tm.operand_types[nds], ®xmm)
|
assert (operand_type_equal (&i.tm.operand_types[nds], ®xmm)
|
||||||
|| operand_type_equal (&i.tm.operand_types[nds], ®ymm));
|
|| operand_type_equal (&i.tm.operand_types[nds], ®ymm));
|
||||||
i.vex.register_specifier = i.op[nds].regs;
|
i.vex.register_specifier = i.op[nds].regs;
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
source = dest = 0;
|
source = dest = 0;
|
||||||
|
Reference in New Issue
Block a user