* config/tc-mips.c (mips_ip): Remove lastregno's
authorMaciej W. Rozycki <macro@linux-mips.org>
Thu, 9 Dec 2010 23:21:51 +0000 (23:21 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Thu, 9 Dec 2010 23:21:51 +0000 (23:21 +0000)
preinitialization.

gas/ChangeLog
gas/config/tc-mips.c

index 4e4da2543187ef50e6e103957b6200013170d4d6..d6d973e8eee2dab3e49b7b5dd6f33606ea4b77fa 100644 (file)
@@ -1,3 +1,8 @@
+2010-12-09  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.c (mips_ip): Remove lastregno's
+       preinitialization.
+
 2010-12-09  Maciej W. Rozycki  <macro@codesourcery.com>
 
        * config/tc-mips.c (mips_ip) <'('>: Don't let '4', '5' or '-'
index 05d4959ab0c9f887df0454ce50b4e871afc20339..b66458508b4665ca66c6acd159c233b0c6d14111 100644 (file)
@@ -8631,7 +8631,7 @@ mips_ip (char *str, struct mips_cl_insn *ip)
   struct mips_opcode *insn;
   char *argsStart;
   unsigned int regno;
-  unsigned int lastregno = 0;
+  unsigned int lastregno;
   unsigned int lastpos = 0;
   unsigned int limlo, limhi;
   char *s_reset;