X86: Merge AVX512F vmovq
[deliverable/binutils-gdb.git] / opcodes / arc-ext.c
index c12cabee5804810beb248e9e09f5e47e8481a5cb..d0c0bcb7edd3ab4ac4e36cd86344b5752ed024db 100644 (file)
@@ -170,6 +170,7 @@ create_map (unsigned char *block,
            arc_extension_map.
              coreRegisters[number - FIRST_EXTENSION_CORE_REGISTER].name
              = xstrdup (name);
+           break;
          }
 
        case EXT_COND_CODE:
@@ -279,7 +280,7 @@ ExtReadWrite_image (enum ExtReadWrite val)
 /* Get the name of an extension instruction.  */
 
 const extInstruction_t *
-arcExtMap_insn (int opcode, int insn)
+arcExtMap_insn (int opcode, unsigned long long insn)
 {
   /* Here the following tasks need to be done.  First of all, the
      opcode stored in the Extension Map is the real opcode.  However,
This page took 0.023435 seconds and 4 git commands to generate.