diff --git a/gas/ChangeLog b/gas/ChangeLog index 4e4da254318..d6d973e8eee 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2010-12-09 Maciej W. Rozycki + + * config/tc-mips.c (mips_ip): Remove lastregno's + preinitialization. + 2010-12-09 Maciej W. Rozycki * config/tc-mips.c (mips_ip) <'('>: Don't let '4', '5' or '-' diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 05d4959ab0c..b66458508b4 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -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;