Chromium Code Reviews| Index: src/mips/simulator-mips.cc |
| diff --git a/src/mips/simulator-mips.cc b/src/mips/simulator-mips.cc |
| index ea41b6642e225d4f3aad262072d97e014d1a69d4..a7d9fcdcc4d08ee8627fb0ef8900d837c811ca30 100644 |
| --- a/src/mips/simulator-mips.cc |
| +++ b/src/mips/simulator-mips.cc |
| @@ -3731,6 +3731,9 @@ void Simulator::DecodeTypeRegisterSPECIAL() { |
| case TNE: |
| do_interrupt = rs() != rt(); |
| break; |
| + case SYNC: |
| + // TODO(palfia): Ignore sync instruction for now. |
| + break; |
| // Conditional moves. |
| case MOVN: |
| if (rt()) { |