Index: src/arm/lithium-codegen-arm.cc |
diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc |
index 5b6ed2caf33025998fc4fa0e918d2331fdcb55a8..cd7dbe9aaf8245ea55714bafef4ce2377b5ce649 100644 |
--- a/src/arm/lithium-codegen-arm.cc |
+++ b/src/arm/lithium-codegen-arm.cc |
@@ -246,6 +246,7 @@ void LCodeGen::GenerateOsrPrologue() { |
// optimized frame. |
int slots = GetStackSlotCount() - graph()->osr()->UnoptimizedFrameSlots(); |
DCHECK(slots >= 0); |
+ __ OSRDropVectorFromStack(graph()->osr()->UnoptimizedFrameSlots(), r2, r0); |
__ sub(sp, sp, Operand(slots * kPointerSize)); |
} |