| Index: runtime/vm/debugger_mips.cc
|
| ===================================================================
|
| --- runtime/vm/debugger_mips.cc (revision 31898)
|
| +++ runtime/vm/debugger_mips.cc (working copy)
|
| @@ -49,14 +49,7 @@
|
| StubCode::BreakpointDynamicEntryPoint());
|
| break;
|
| }
|
| - case PcDescriptors::kUnoptStaticCall: {
|
| - const Code& code =
|
| - Code::Handle(Function::Handle(function_).unoptimized_code());
|
| - saved_value_ = CodePatcher::GetStaticCallTargetAt(pc_, code);
|
| - CodePatcher::PatchStaticCallAt(pc_, code,
|
| - StubCode::BreakpointStaticEntryPoint());
|
| - break;
|
| - }
|
| + case PcDescriptors::kUnoptStaticCall:
|
| case PcDescriptors::kRuntimeCall:
|
| case PcDescriptors::kClosureCall:
|
| case PcDescriptors::kReturn: {
|
|
|