[ARC] Add checking for LP_COUNT reg usage, improve error reporting.
[deliverable/binutils-gdb.git] / opcodes / arc-dis.c
index bcba2c79a424b7207fa52cb6032e6c515d700a79..77cf8678a7c7575e03b330f033f92f82ccf7336c 100644 (file)
@@ -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;
This page took 0.025097 seconds and 4 git commands to generate.