* rx.c (decode_opcode): Declare `rx' as unsigned.
[deliverable/binutils-gdb.git] / sim / rx / rx.c
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.045637 seconds and 4 git commands to generate.