| Index: runtime/vm/stub_code_mips.cc
|
| ===================================================================
|
| --- runtime/vm/stub_code_mips.cc (revision 22595)
|
| +++ runtime/vm/stub_code_mips.cc (working copy)
|
| @@ -1703,6 +1703,12 @@
|
| }
|
|
|
|
|
| +void StubCode::GenerateBreakpointClosureStub(Assembler* assembler) {
|
| + // TODO(hausner): implement this stub.
|
| + __ Branch(&StubCode::CallClosureFunctionLabel());
|
| +}
|
| +
|
| +
|
| // RA: return address (Dart code).
|
| // S4: Arguments descriptor array.
|
| void StubCode::GenerateBreakpointStaticStub(Assembler* assembler) {
|
|
|