diff options
author | Bob Wilson <bob.wilson@acm.org> | 2005-12-29 21:04:14 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2005-12-29 21:04:14 +0000 |
commit | b7c80232456bf4ef9cc052b99d34e72cb1473972 (patch) | |
tree | 9949d5a1a1f6d43e74e1170295710aceba6ff658 /gas/config | |
parent | faaad84b0e1ba1c010ea8c146d0d561445761879 (diff) | |
download | gdb-b7c80232456bf4ef9cc052b99d34e72cb1473972.zip gdb-b7c80232456bf4ef9cc052b99d34e72cb1473972.tar.gz gdb-b7c80232456bf4ef9cc052b99d34e72cb1473972.tar.bz2 |
* config/tc-xtensa.c (tinsn_to_slotbuf): Do not zero slotbuf.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-xtensa.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/tc-xtensa.c b/gas/config/tc-xtensa.c index aabe5e0..9cc8cc4 100644 --- a/gas/config/tc-xtensa.c +++ b/gas/config/tc-xtensa.c @@ -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")); |