* rx.c (decode_opcode): Declare `rx' as unsigned.
This commit is contained in:
parent
8d794149aa
commit
6607c80d6b
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
* fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include.
|
* fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include.
|
||||||
|
|
||||||
|
* rx.c (decode_opcode): Declare `rx' as unsigned.
|
||||||
|
|
||||||
2010-07-29 DJ Delorie <dj@redhat.com>
|
2010-07-29 DJ Delorie <dj@redhat.com>
|
||||||
|
|
||||||
* rx.c (decode_cache_base): New.
|
* rx.c (decode_cache_base): New.
|
||||||
|
|
|
@ -878,7 +878,7 @@ decode_opcode ()
|
||||||
unsigned long long prev_cycle_count;
|
unsigned long long prev_cycle_count;
|
||||||
#endif
|
#endif
|
||||||
#ifdef CYCLE_ACCURATE
|
#ifdef CYCLE_ACCURATE
|
||||||
int tx;
|
unsigned int tx;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CYCLE_STATS
|
#ifdef CYCLE_STATS
|
||||||
|
|
Loading…
Reference in New Issue