mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-16 16:47:52 +00:00
* config/tc-mips.c (mips_ip): Remove lastregno's
preinitialization.
This commit is contained in:
parent
83e17bd5ed
commit
34224acf36
@ -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 '-'
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user