MIPS16: Simplify extended operand handling
[deliverable/binutils-gdb.git] / opcodes / mips16-opc.c
index fb0e0b7c260805cf4e445cf12222b0023a478e64..d102b8cbca92d8868cbaf723505580cb6c2f9f5c 100644 (file)
@@ -77,7 +77,7 @@ decode_mips16_operand (char type, bfd_boolean extended_p)
   if (extended_p)
     switch (type)
       {
-      case '<': UINT (5, 0);
+      case '<': UINT (5, 22);
       case '[': UINT (6, 0);
       case ']': UINT (6, 0);
 
This page took 0.024337 seconds and 4 git commands to generate.