| Index: src/mips/disasm-mips.cc
|
| diff --git a/src/mips/disasm-mips.cc b/src/mips/disasm-mips.cc
|
| index 512e6f3f86db8db4fe0e9be4e4a6353f617b772e..5502f4170cc995a35cab6cbb63c7798ef6952ced 100644
|
| --- a/src/mips/disasm-mips.cc
|
| +++ b/src/mips/disasm-mips.cc
|
| @@ -1435,9 +1435,9 @@ void Decoder::DecodeTypeImmediate(Instruction* instr) {
|
| break;
|
| case POP76:
|
| if (instr->RsValue() == JIALC) {
|
| - Format(instr, "jialc 'rt, 'imm16x");
|
| + Format(instr, "jialc 'rt, 'imm16s");
|
| } else {
|
| - Format(instr, "bnezc 'rs, 'imm21x -> 'imm21p4s2");
|
| + Format(instr, "bnezc 'rs, 'imm21s -> 'imm21p4s2");
|
| }
|
| break;
|
| // ------------- Arithmetic instructions.
|
|
|