| Index: src/mips/full-codegen-mips.cc
|
| diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc
|
| index a4b87664bb10a1629d8b304a7f4a536e8dfaa641..77ef41ce28ef02e22f79867e182bf6d1e4ab3536 100644
|
| --- a/src/mips/full-codegen-mips.cc
|
| +++ b/src/mips/full-codegen-mips.cc
|
| @@ -137,6 +137,8 @@ void FullCodeGenerator::Generate(CompilationInfo* info) {
|
| ASSERT(info_ == NULL);
|
| info_ = info;
|
| scope_ = info->scope();
|
| + handler_table_ =
|
| + isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED);
|
| SetFunctionPosition(function());
|
| Comment cmnt(masm_, "[ function compiled by full code generator");
|
|
|
|
|