mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
* config/tc-xtensa.c (tinsn_to_slotbuf): Do not zero slotbuf.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2005-12-29 Sterling Augustine <sterling@tensilica.com>
|
||||||
|
|
||||||
|
* config/tc-xtensa.c (tinsn_to_slotbuf): Do not zero slotbuf.
|
||||||
|
|
||||||
2005-12-27 Nathan Sidwell <nathan@codesourcery.com>
|
2005-12-27 Nathan Sidwell <nathan@codesourcery.com>
|
||||||
|
|
||||||
* config/tc-mt.c (mt_arch): Default to ms1_16_002.
|
* config/tc-mt.c (mt_arch): Default to ms1_16_002.
|
||||||
|
@ -11220,8 +11220,6 @@ tinsn_to_slotbuf (xtensa_format fmt,
|
|||||||
int noperands = xtensa_opcode_num_operands (isa, opcode);
|
int noperands = xtensa_opcode_num_operands (isa, opcode);
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
*((int *) &slotbuf[0]) = 0;
|
|
||||||
*((int *) &slotbuf[1]) = 0;
|
|
||||||
assert (tinsn->insn_type == ITYPE_INSN);
|
assert (tinsn->insn_type == ITYPE_INSN);
|
||||||
if (noperands != tinsn->ntok)
|
if (noperands != tinsn->ntok)
|
||||||
as_fatal (_("operand number mismatch"));
|
as_fatal (_("operand number mismatch"));
|
||||||
|
Reference in New Issue
Block a user