Chromium Code Reviews| Index: runtime/vm/simulator_mips.h |
| =================================================================== |
| --- runtime/vm/simulator_mips.h (revision 20391) |
| +++ runtime/vm/simulator_mips.h (working copy) |
| @@ -96,6 +96,9 @@ |
| // Read and write memory. |
| void UnalignedAccess(const char* msg, uword addr, Instr* instr); |
| + // Handles a legal instruction that the simulator does not implement. |
| + void UnimplementedInstruction(Instr* instr); |
| + |
| bool OverflowFrom(int32_t alu_out, |
| int32_t left, |
| int32_t right, |