Rename ms1 files to mt files (part 1 -- renames only)
[deliverable/binutils-gdb.git] / cpu / iq2000.opc
index 5da6911a1cccbdb05c08c7e634c2f6666ea57cbb..63ef0768dd53fb85eaca22cf14f65f20abd9b3bb 100644 (file)
@@ -259,7 +259,7 @@ static const char *
 parse_lo16 (CGEN_CPU_DESC cd,
            const char **strp,
            int opindex,
-           long *valuep)
+           unsigned long *valuep)
 {
   if (strncasecmp (*strp, "%lo(", 4) == 0)
     {
@@ -291,7 +291,7 @@ static const char *
 parse_mlo16 (CGEN_CPU_DESC cd,
             const char **strp,
             int opindex,
-            long *valuep)
+            unsigned long *valuep)
 {
   if (strncasecmp (*strp, "%lo(", 4) == 0)
     {
This page took 0.036663 seconds and 4 git commands to generate.