* rx.c (decode_opcode): Declare `rx' as unsigned.
authorKevin Buettner <kevinb@redhat.com>
Thu, 23 Sep 2010 23:26:42 +0000 (23:26 +0000)
committerKevin Buettner <kevinb@redhat.com>
Thu, 23 Sep 2010 23:26:42 +0000 (23:26 +0000)
sim/rx/ChangeLog
sim/rx/rx.c

index 71c73f03362e4b68465aea9c046bc001a3ae97e4..717816fb11d0a9c0e8592b97b26db631c8f2d8c6 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 1deef91656b0f67ce8c01c534ade0014075e51b7..fc12948bffa66034ab8750ee0b5efe22b09865ae 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
This page took 0.026077 seconds and 4 git commands to generate.