Index: src/mips64/constants-mips64.cc |
diff --git a/src/mips64/constants-mips64.cc b/src/mips64/constants-mips64.cc |
index dfd62430c29c355ea7a4254c46a66c42594ea185..dd34c57bfd14cb4ed33d67a3ac8a0a1350135f6d 100644 |
--- a/src/mips64/constants-mips64.cc |
+++ b/src/mips64/constants-mips64.cc |
@@ -287,6 +287,7 @@ Instruction::Type Instruction::InstructionType() const { |
switch (FunctionFieldRaw()) { |
case INS: |
case EXT: |
+ case DEXT: |
return kRegisterType; |
default: |
return kUnsupported; |