| Index: src/ia32/full-codegen-ia32.cc
|
| diff --git a/src/ia32/full-codegen-ia32.cc b/src/ia32/full-codegen-ia32.cc
|
| index 3f72defaec375c03c49b662cad3b54805fd076c0..72c41a9faaf1765ebf52de9d9d76780a55b00cd7 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::kRootAstId, NO_REGISTERS);
|
| NearLabel ok;
|
| ExternalReference stack_limit =
|
| ExternalReference::address_of_stack_limit(isolate());
|
|
|