| Index: runtime/vm/stub_code_arm64.cc
|
| diff --git a/runtime/vm/stub_code_arm64.cc b/runtime/vm/stub_code_arm64.cc
|
| index 5db34dc840779cba306a954ea4be3d39145ccabb..6cbbd7aaf57510b2b463b694f64b465775a65b4a 100644
|
| --- a/runtime/vm/stub_code_arm64.cc
|
| +++ b/runtime/vm/stub_code_arm64.cc
|
| @@ -1520,9 +1520,7 @@ void StubCode::GenerateNArgsCheckInlineCacheStub(
|
| __ Pop(R0); // Pop returned function object into R0.
|
| __ Pop(R5); // Restore IC Data.
|
| __ Pop(R4); // Restore arguments descriptor array.
|
| - if (range_collection_mode == kCollectRanges) {
|
| - __ RestoreCodePointer();
|
| - }
|
| + __ RestoreCodePointer();
|
| __ LeaveStubFrame();
|
| Label call_target_function;
|
| if (!FLAG_lazy_dispatchers) {
|
|
|