* config/tc-tic6x.c (tic6x_parse_operand): Revert previous delta.

This commit is contained in:
Nick Clifton 2013-10-18 14:08:00 +00:00
parent 18080097c8
commit 3fc1d03899
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-10-18 Nick Clifton <nickc@redhat.com>
* config/tc-tic6x.c (tic6x_parse_operand): Revert previous delta.
2013-10-14 Richard Sandiford <rdsandiford@googlemail.com>
Chao-ying Fu <Chao-ying.Fu@imgtec.com>

View File

@ -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;