| Index: runtime/vm/stub_code_mips.cc
|
| diff --git a/runtime/vm/stub_code_mips.cc b/runtime/vm/stub_code_mips.cc
|
| index bd6567d7802161e5748228174f3bdf8314ce5d98..f2514d9ddede89776d137737492c2e6956876bb5 100644
|
| --- a/runtime/vm/stub_code_mips.cc
|
| +++ b/runtime/vm/stub_code_mips.cc
|
| @@ -1556,9 +1556,7 @@ void StubCode::GenerateNArgsCheckInlineCacheStub(
|
| // Remove the call arguments pushed earlier, including the IC data object
|
| // and the arguments descriptor array.
|
| __ addiu(SP, SP, Immediate(num_slots * kWordSize));
|
| - if (range_collection_mode == kCollectRanges) {
|
| - __ RestoreCodePointer();
|
| - }
|
| + __ RestoreCodePointer();
|
| __ LeaveStubFrame();
|
|
|
| Label call_target_function;
|
|
|