OSDN Git Service

* rx.c (decode_opcode): Declare `rx' as unsigned.
authorkevinb <kevinb>
Fri, 24 Sep 2010 08:26:42 +0000 (08:26 +0000)
committerkevinb <kevinb>
Fri, 24 Sep 2010 08:26:42 +0000 (08:26 +0000)
sim/rx/ChangeLog
sim/rx/rx.c

index 71c73f0..717816f 100644 (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.
index 1deef91..fc12948 100644 (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