Index: src/mips/constants-mips.cc |
diff --git a/src/mips/constants-mips.cc b/src/mips/constants-mips.cc |
index 7d654f6d6225d9c78288d0a450fe743b1584f4b3..ddfa891326724b07eb203464cc5e021010b5fe34 100644 |
--- a/src/mips/constants-mips.cc |
+++ b/src/mips/constants-mips.cc |
@@ -302,6 +302,8 @@ Instruction::Type Instruction::InstructionType() const { |
return kRegisterType; |
}; |
break; |
+ case COP1X: |
+ return kRegisterType; |
// 16 bits Immediate type instructions. e.g.: addi dest, src, imm16. |
case REGIMM: |
case BEQ: |