X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=opcodes%2Farc-dis.c;h=77cf8678a7c7575e03b330f033f92f82ccf7336c;hb=abe7c33b45288b407e6d001aad713183d4bab5c6;hp=bcba2c79a424b7207fa52cb6032e6c515d700a79;hpb=ee881e5d3312ea5396bddc37e8673b77bf549b4b;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/arc-dis.c b/opcodes/arc-dis.c index bcba2c79a4..77cf8678a7 100644 --- a/opcodes/arc-dis.c +++ b/opcodes/arc-dis.c @@ -750,8 +750,10 @@ arc_opcode_to_insn_type (const struct arc_opcode *opcode) insn_type = dis_branch; } break; + case LOAD: + case STORE: case MEMORY: - insn_type = dis_dref; /* FIXME! DB indicates mov as memory! */ + insn_type = dis_dref; break; default: insn_type = dis_nonbranch;