From: Kevin Buettner Date: Thu, 23 Sep 2010 23:26:42 +0000 (+0000) Subject: * rx.c (decode_opcode): Declare `rx' as unsigned. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6607c80d6babc6e7cad8727c48069d11152d9aa7;p=binutils-gdb.git * rx.c (decode_opcode): Declare `rx' as unsigned. --- diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog index 71c73f03362..717816fb11d 100644 --- a/sim/rx/ChangeLog +++ b/sim/rx/ChangeLog @@ -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 * rx.c (decode_cache_base): New. diff --git a/sim/rx/rx.c b/sim/rx/rx.c index 1deef91656b..fc12948bffa 100644 --- a/sim/rx/rx.c +++ b/sim/rx/rx.c @@ -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