Index: src/ia32/full-codegen-ia32.cc |
diff --git a/src/ia32/full-codegen-ia32.cc b/src/ia32/full-codegen-ia32.cc |
index a044641c46bf432fa9e8fdb9a92c1082af52980c..f0fa59e2bac067b87abf13e4474203c82689013f 100644 |
--- a/src/ia32/full-codegen-ia32.cc |
+++ b/src/ia32/full-codegen-ia32.cc |
@@ -231,7 +231,7 @@ void FullCodeGenerator::Generate(CompilationInfo* info) { |
} |
{ Comment cmnt(masm_, "[ Stack check"); |
- PrepareForBailout(info->function(), NO_REGISTERS); |
+ PrepareForBailoutForId(AstNode::kFunctionEntryId, NO_REGISTERS); |
NearLabel ok; |
ExternalReference stack_limit = |
ExternalReference::address_of_stack_limit(isolate()); |