diff options
author | Sterling Augustine <saugustine@google.com> | 2010-02-11 19:08:09 +0000 |
---|---|---|
committer | Sterling Augustine <saugustine@google.com> | 2010-02-11 19:08:09 +0000 |
commit | 6fa78d941bfeeaabea9a746a6588831b63daf0ec (patch) | |
tree | 7f3f041ef906967ecb5dd6499021368def017e01 /gas/config | |
parent | e716010d3e1c6c8e171e6063efaa0895a071a771 (diff) | |
download | ppe42-binutils-6fa78d941bfeeaabea9a746a6588831b63daf0ec.tar.gz ppe42-binutils-6fa78d941bfeeaabea9a746a6588831b63daf0ec.zip |
2010-02-11 Sterling Augustine <sterling@jaw.hq.tensilica.com>
* config/tc-xtensa.c (istack_init): Don't call memset.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-xtensa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/tc-xtensa.c b/gas/config/tc-xtensa.c index f8a81128bc..ede3cb9bee 100644 --- a/gas/config/tc-xtensa.c +++ b/gas/config/tc-xtensa.c @@ -11203,7 +11203,6 @@ xg_get_single_slot (xtensa_opcode opcode) void istack_init (IStack *stack) { - memset (stack, 0, sizeof (IStack)); stack->ninsn = 0; } |