| Index: runtime/vm/debugger.cc
|
| ===================================================================
|
| --- runtime/vm/debugger.cc (revision 15091)
|
| +++ runtime/vm/debugger.cc (working copy)
|
| @@ -575,8 +575,7 @@
|
| break;
|
| }
|
| case PcDescriptors::kFuncCall: {
|
| - Function& func = Function::Handle();
|
| - CodePatcher::GetStaticCallAt(pc_, &func, &saved_bytes_.target_address_);
|
| + saved_bytes_.target_address_ = CodePatcher::GetStaticCallTargetAt(pc_);
|
| CodePatcher::PatchStaticCallAt(pc_,
|
| StubCode::BreakpointStaticEntryPoint());
|
| break;
|
|
|