Index: src/mips64/disasm-mips64.cc |
diff --git a/src/mips64/disasm-mips64.cc b/src/mips64/disasm-mips64.cc |
index 9ab134e3b14c47e70b54abe1b1f84c70d1b50d5d..9639cef4dce59608c5a1eb3b11f6a84bbf283489 100644 |
--- a/src/mips64/disasm-mips64.cc |
+++ b/src/mips64/disasm-mips64.cc |
@@ -1073,7 +1073,7 @@ void Decoder::DecodeTypeRegisterSPECIAL(Instruction* instr) { |
Format(instr, "jr 'rs"); |
break; |
case JALR: |
- Format(instr, "jalr 'rs"); |
+ Format(instr, "jalr 'rs, 'rd"); |
break; |
case SLL: |
if (0x0 == static_cast<int>(instr->InstructionBits())) |