* rx.c (decode_opcode): Declare `rx' as unsigned.
This commit is contained in:
parent
8d794149aa
commit
6607c80d6b
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
* 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>
|
||||
|
||||
* rx.c (decode_cache_base): New.
|
||||
|
|
|
@ -878,7 +878,7 @@ decode_opcode ()
|
|||
unsigned long long prev_cycle_count;
|
||||
#endif
|
||||
#ifdef CYCLE_ACCURATE
|
||||
int tx;
|
||||
unsigned int tx;
|
||||
#endif
|
||||
|
||||
#ifdef CYCLE_STATS
|
||||
|
|
Loading…
Reference in a new issue