| Index: src/mips64/disasm-mips64.cc | 
| diff --git a/src/mips64/disasm-mips64.cc b/src/mips64/disasm-mips64.cc | 
| index 9639cef4dce59608c5a1eb3b11f6a84bbf283489..ffab261cd11f07c05cb280a95613ae816cd43228 100644 | 
| --- a/src/mips64/disasm-mips64.cc | 
| +++ b/src/mips64/disasm-mips64.cc | 
| @@ -1828,7 +1828,7 @@ int Decoder::InstructionDecode(byte* instr_ptr) { | 
| out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, | 
| "%08x       ", | 
| instr->InstructionBits()); | 
| -  switch (instr->InstructionType()) { | 
| +  switch (instr->InstructionType(Instruction::TypeChecks::EXTRA)) { | 
| case Instruction::kRegisterType: { | 
| return DecodeTypeRegister(instr); | 
| } | 
|  |