* config/tc-tic6x.c (tic6x_parse_operand): Revert previous delta.
authorNick Clifton <nickc@redhat.com>
Fri, 18 Oct 2013 14:08:00 +0000 (14:08 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 18 Oct 2013 14:08:00 +0000 (14:08 +0000)
gas/ChangeLog
gas/config/tc-tic6x.c

index 344ee45abc377f7016d0ae4b7ba8fe0eddf58a8a..25c1503d8f3ffd9610739fcd7a210a98b5cbb7c5 100644 (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>
 
index fda9cd354eb28a7089c92c80277c8e7c2a039112..81f33f40f134946f809bcec9206275057779f199 100644 (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;
 
This page took 0.032059 seconds and 4 git commands to generate.