summaryrefslogtreecommitdiff
path: root/opcodes/d30v-dis.c
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/d30v-dis.c')
-rw-r--r--opcodes/d30v-dis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/d30v-dis.c b/opcodes/d30v-dis.c
index 212d24a7083..ba43731122d 100644
--- a/opcodes/d30v-dis.c
+++ b/opcodes/d30v-dis.c
@@ -123,9 +123,9 @@ print_insn (struct disassemble_info *info,
int is_long,
int show_ext)
{
- int val, opnum, need_comma = 0;
+ unsigned int val, opnum;
const struct d30v_operand *oper;
- int i, match, need_paren = 0, found_control = 0;
+ int i, match, need_comma = 0, need_paren = 0, found_control = 0;
unsigned int opind = 0;
(*info->fprintf_func) (info->stream, "%s", insn->op->name);