X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fiq2000-dis.c;h=3c103d83959628ddb41fc987291bd1e8a3b1dde2;hb=1fb249302e4d9394a63c0b167c431de33872bc09;hp=c20e978851735317d19b948a80aa6cee8f9f0810;hpb=ffead7aeceabe3c7a0cdacee89cd45aa893e9eec;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/iq2000-dis.c b/opcodes/iq2000-dis.c index c20e978851..3c103d8395 100644 --- a/opcodes/iq2000-dis.c +++ b/opcodes/iq2000-dis.c @@ -92,6 +92,9 @@ iq2000_cgen_print_operand (cd, opindex, xinfo, fields, attrs, pc, length) switch (opindex) { + case IQ2000_OPERAND__INDEX : + print_normal (cd, info, fields->f_index, 0, pc, length); + break; case IQ2000_OPERAND_BASE : print_keyword (cd, info, & iq2000_cgen_opval_gr_names, fields->f_rs, 0); break; @@ -128,9 +131,6 @@ iq2000_cgen_print_operand (cd, opindex, xinfo, fields, attrs, pc, length) case IQ2000_OPERAND_EXECODE : print_normal (cd, info, fields->f_excode, 0, pc, length); break; - case IQ2000_OPERAND_F_INDEX : - print_normal (cd, info, fields->f_index, 0, pc, length); - break; case IQ2000_OPERAND_HI16 : print_normal (cd, info, fields->f_imm, 0, pc, length); break;