| Index: runtime/vm/simulator_arm.h
|
| ===================================================================
|
| --- runtime/vm/simulator_arm.h (revision 20391)
|
| +++ runtime/vm/simulator_arm.h (working copy)
|
| @@ -130,6 +130,9 @@
|
| }
|
| void HandleIllegalAccess(uword addr, Instr* instr);
|
|
|
| + // Handles a legal instruction that the simulator does not implement.
|
| + void UnimplementedInstruction(Instr* instr);
|
| +
|
| // Unsupported instructions use Format to print an error and stop execution.
|
| void Format(Instr* instr, const char* format);
|
|
|
|
|