diff options
author | Nick Clifton <nickc@redhat.com> | 2013-10-18 14:08:00 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-10-18 14:08:00 +0000 |
commit | 3fc1d03899c284b72ff10f88ba1d402eaba784ad (patch) | |
tree | e85752004e4acb518eb719e8d5ade71cf7d5336f /gas/config | |
parent | 18080097c801138d94d3b845eaeb81cda922ead3 (diff) | |
download | gdb-3fc1d03899c284b72ff10f88ba1d402eaba784ad.zip gdb-3fc1d03899c284b72ff10f88ba1d402eaba784ad.tar.gz gdb-3fc1d03899c284b72ff10f88ba1d402eaba784ad.tar.bz2 |
* config/tc-tic6x.c (tic6x_parse_operand): Revert previous delta.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-tic6x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-tic6x.c b/gas/config/tc-tic6x.c index fda9cd3..81f33f4 100644 --- a/gas/config/tc-tic6x.c +++ b/gas/config/tc-tic6x.c @@ -1596,7 +1596,7 @@ tic6x_parse_operand (char **p, tic6x_operand *op, unsigned int op_forms, /* See if this looks like a register or register pair. */ if (!operand_parsed && (op_forms & (TIC6X_OP_REG | TIC6X_OP_REGPAIR))) { - tic6x_register first_reg, second_reg = { 0 }; + tic6x_register first_reg, second_reg; bfd_boolean reg_ok; char *rq = q; |