Chromium Code Reviews| Index: src/mips/disasm-mips.cc |
| diff --git a/src/mips/disasm-mips.cc b/src/mips/disasm-mips.cc |
| index 7e0a480e1324c787b4940d0c081d6d91670f976e..e1890eec74cd9db77d4c7e337e6e2f4afb421792 100644 |
| --- a/src/mips/disasm-mips.cc |
| +++ b/src/mips/disasm-mips.cc |
| @@ -1191,6 +1191,9 @@ void Decoder::DecodeTypeRegisterSPECIAL(Instruction* instr) { |
| case TNE: |
| Format(instr, "tne 'rs, 'rt, code: 'code"); |
| break; |
| + case SYNC: |
| + Format(instr, "sync"); |
| + break; |
| case MOVZ: |
| Format(instr, "movz 'rd, 'rs, 'rt"); |
| break; |