| Index: runtime/vm/stub_code_arm.cc
|
| diff --git a/runtime/vm/stub_code_arm.cc b/runtime/vm/stub_code_arm.cc
|
| index 4cf291b5a3b12fd02ce238f6b361e9519f4b34c8..84466ef4b9b086a2c597432215b0b7a2a9e9f990 100644
|
| --- a/runtime/vm/stub_code_arm.cc
|
| +++ b/runtime/vm/stub_code_arm.cc
|
| @@ -1455,9 +1455,7 @@ void StubCode::GenerateNArgsCheckInlineCacheStub(
|
| // Pop returned function object into R0.
|
| // Restore arguments descriptor array and IC data array.
|
| __ PopList((1 << R0) | (1 << R4) | (1 << R9));
|
| - if (range_collection_mode == kCollectRanges) {
|
| - __ RestoreCodePointer();
|
| - }
|
| + __ RestoreCodePointer();
|
| __ LeaveStubFrame();
|
| Label call_target_function;
|
| if (!FLAG_lazy_dispatchers) {
|
|
|