mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-15 00:00:20 +00:00
* 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.
|
||||
|
||||
* 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 New Issue
Block a user