| Index: runtime/vm/stub_code_x64.cc
|
| diff --git a/runtime/vm/stub_code_x64.cc b/runtime/vm/stub_code_x64.cc
|
| index 024fbfa4be61d723758bdb4783d2fa2acc4364bb..58083ed79b1a35936cf14b79a542ab58bce63bd2 100644
|
| --- a/runtime/vm/stub_code_x64.cc
|
| +++ b/runtime/vm/stub_code_x64.cc
|
| @@ -1455,9 +1455,7 @@ void StubCode::GenerateNArgsCheckInlineCacheStub(
|
| __ popq(RAX); // Pop returned function object into RAX.
|
| __ popq(RBX); // Restore IC data array.
|
| __ popq(R10); // Restore arguments descriptor array.
|
| - if (range_collection_mode == kCollectRanges) {
|
| - __ RestoreCodePointer();
|
| - }
|
| + __ RestoreCodePointer();
|
| __ LeaveStubFrame();
|
| Label call_target_function;
|
| if (!FLAG_lazy_dispatchers) {
|
|
|