cpu/
[deliverable/binutils-gdb.git] / opcodes / mt-ibld.c
index 162800b87972f6575ff85ba1b3e41b6439bd0c7a..d5cd14e4d0db395167302f86059cf3f5d95b9456 100644 (file)
@@ -33,6 +33,7 @@
 #include "symcat.h"
 #include "mt-desc.h"
 #include "mt-opc.h"
+#include "cgen/basic-modes.h"
 #include "opintl.h"
 #include "safe-ctype.h"
 
@@ -681,7 +682,7 @@ mt_cgen_insert_operand (CGEN_CPU_DESC cd,
     case MT_OPERAND_LOOPSIZE :
       {
         long value = fields->f_loopo;
-        value = ((unsigned int) (value) >> (2));
+        value = ((USI) (value) >> (2));
         errmsg = insert_normal (cd, value, 0, 0, 7, 8, 32, total_length, buffer);
       }
       break;
This page took 0.026493 seconds and 4 git commands to generate.