* rx.c (decode_opcode): Declare `rx' as unsigned.

This commit is contained in:
Kevin Buettner 2010-09-23 23:26:42 +00:00
parent 8d794149aa
commit 6607c80d6b
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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