Index: src/x87/lithium-codegen-x87.cc |
diff --git a/src/x87/lithium-codegen-x87.cc b/src/x87/lithium-codegen-x87.cc |
index 1e23f9986757cab862c3b0522363c089dcfd3c2b..d10af1ff3681f6998041a6e560deb342f61e01c7 100644 |
--- a/src/x87/lithium-codegen-x87.cc |
+++ b/src/x87/lithium-codegen-x87.cc |
@@ -914,7 +914,7 @@ void LCodeGen::WriteTranslation(LEnvironment* environment, |
translation->BeginArgumentsAdaptorFrame(closure_id, translation_size); |
break; |
case STUB: |
- translation->BeginCompiledStubFrame(); |
+ translation->BeginCompiledStubFrame(translation_size); |
break; |
default: |
UNREACHABLE(); |