| Index: src/arm64/lithium-codegen-arm64.cc
|
| diff --git a/src/arm64/lithium-codegen-arm64.cc b/src/arm64/lithium-codegen-arm64.cc
|
| index ef01c91d47639528b8d4658a56a34f7d71c5d2c6..112fda02fa451e8b7b03e46a22f0dfae34f4d0c2 100644
|
| --- a/src/arm64/lithium-codegen-arm64.cc
|
| +++ b/src/arm64/lithium-codegen-arm64.cc
|
| @@ -771,6 +771,7 @@ void LCodeGen::GenerateOsrPrologue() {
|
| // optimized frame.
|
| int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots();
|
| DCHECK(slots >= 0);
|
| + __ OSRDropVectorFromStack(graph()->osr()->UnoptimizedFrameSlots(), x2, x0);
|
| __ Claim(slots);
|
| }
|
|
|
|
|