* config/tc-xtensa.c (tinsn_to_slotbuf): Do not zero slotbuf.

This commit is contained in:
Bob Wilson 2005-12-29 21:04:14 +00:00
parent faaad84b0e
commit b7c8023245
2 changed files with 4 additions and 2 deletions

View File

@ -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>
* config/tc-mt.c (mt_arch): Default to ms1_16_002.

View File

@ -11220,8 +11220,6 @@ tinsn_to_slotbuf (xtensa_format fmt,
int noperands = xtensa_opcode_num_operands (isa, opcode);
int i;
*((int *) &slotbuf[0]) = 0;
*((int *) &slotbuf[1]) = 0;
assert (tinsn->insn_type == ITYPE_INSN);
if (noperands != tinsn->ntok)
as_fatal (_("operand number mismatch"));