| Index: runtime/vm/stack_frame_arm.cc
|
| ===================================================================
|
| --- runtime/vm/stack_frame_arm.cc (revision 18203)
|
| +++ runtime/vm/stack_frame_arm.cc (working copy)
|
| @@ -27,12 +27,18 @@
|
| }
|
|
|
|
|
| -intptr_t EntryFrame::ExitLinkOffset() {
|
| +intptr_t EntryFrame::ExitLinkOffset() const {
|
| UNIMPLEMENTED();
|
| return 0;
|
| }
|
|
|
|
|
| +intptr_t EntryFrame::SavedContextOffset() const {
|
| + UNIMPLEMENTED();
|
| + return 0;
|
| +}
|
| +
|
| +
|
| void StackFrameIterator::SetupLastExitFrameData() {
|
| UNIMPLEMENTED();
|
| }
|
|
|