More signed overflow fixes
[deliverable/binutils-gdb.git] / opcodes / arc-ext.h
index e18e568c7a2942fb1c394e93afa00fecf8e2694d..4127d1873611a09bcd874e694ab40bb2922aa14a 100644 (file)
@@ -125,7 +125,7 @@ extern void build_ARC_extmap (bfd *);
 /* Accessor functions.  */
 extern enum ExtReadWrite arcExtMap_coreReadWrite (int);
 extern const char * arcExtMap_coreRegName (int);
-extern const char * arcExtMap_auxRegName (long);
+extern const char * arcExtMap_auxRegName (unsigned);
 extern const char * arcExtMap_condCodeName (int);
 extern const extInstruction_t *arcExtMap_insn (int, unsigned long long);
 extern struct arc_opcode *arcExtMap_genOpcode (const extInstruction_t *,
This page took 0.022565 seconds and 4 git commands to generate.