mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* config/tc-mips.c (mips_ip): Remove lastregno's
preinitialization.
This commit is contained in:
@ -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>
|
2010-12-09 Maciej W. Rozycki <macro@codesourcery.com>
|
||||||
|
|
||||||
* config/tc-mips.c (mips_ip) <'('>: Don't let '4', '5' or '-'
|
* 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;
|
struct mips_opcode *insn;
|
||||||
char *argsStart;
|
char *argsStart;
|
||||||
unsigned int regno;
|
unsigned int regno;
|
||||||
unsigned int lastregno = 0;
|
unsigned int lastregno;
|
||||||
unsigned int lastpos = 0;
|
unsigned int lastpos = 0;
|
||||||
unsigned int limlo, limhi;
|
unsigned int limlo, limhi;
|
||||||
char *s_reset;
|
char *s_reset;
|
||||||
|
Reference in New Issue
Block a user