mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
* config/tc-mips.c (load_register): Remove unused variable tmp.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Wed Sep 4 10:23:20 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* config/tc-mips.c (load_register): Remove unused variable tmp.
|
||||||
|
|
||||||
Wed Sep 4 11:24:29 1996 James G. Smith <jsmith@cygnus.co.uk>
|
Wed Sep 4 11:24:29 1996 James G. Smith <jsmith@cygnus.co.uk>
|
||||||
|
|
||||||
* config/tc-mips.c (load_register): Remove unnecessary code that
|
* config/tc-mips.c (load_register): Remove unnecessary code that
|
||||||
|
@ -1876,7 +1876,7 @@ load_register (counter, reg, ep, dbl)
|
|||||||
int dbl;
|
int dbl;
|
||||||
{
|
{
|
||||||
int shift, freg;
|
int shift, freg;
|
||||||
expressionS hi32, lo32, tmp;
|
expressionS hi32, lo32;
|
||||||
|
|
||||||
if (ep->X_op != O_big)
|
if (ep->X_op != O_big)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user