aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-xtensa.c
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2005-12-29 21:04:14 +0000
committerBob Wilson <bob.wilson@acm.org>2005-12-29 21:04:14 +0000
commitb7c80232456bf4ef9cc052b99d34e72cb1473972 (patch)
tree9949d5a1a1f6d43e74e1170295710aceba6ff658 /gas/config/tc-xtensa.c
parentfaaad84b0e1ba1c010ea8c146d0d561445761879 (diff)
downloadgdb-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/tc-xtensa.c')
-rw-r--r--gas/config/tc-xtensa.c2
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"));