The patch fixed invalid compilation of instruction LD IY,(HL) and disassemble of...
[deliverable/binutils-gdb.git] / opcodes / tic4x-dis.c
index 33d75c878b8cf5fd75e22899b480259becf8d36d..a99b52a7ad01a329bc2cdc329d261ab4a9ec372c 100644 (file)
@@ -52,7 +52,7 @@ typedef enum
 indirect_t;
 
 static unsigned long tic4x_version = 0;
-static int tic4x_dp = 0;
+static unsigned int tic4x_dp = 0;
 static tic4x_inst_t **optab = NULL;
 static tic4x_inst_t **optab_special = NULL;
 static const char *registernames[REG_TABLE_SIZE];
This page took 0.023706 seconds and 4 git commands to generate.