| Index: src/ia32/codegen-ia32.cc
|
| ===================================================================
|
| --- src/ia32/codegen-ia32.cc (revision 3957)
|
| +++ src/ia32/codegen-ia32.cc (working copy)
|
| @@ -39,6 +39,7 @@
|
| #include "register-allocator-inl.h"
|
| #include "runtime.h"
|
| #include "scopes.h"
|
| +#include "virtual-frame-inl.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
| @@ -116,9 +117,6 @@
|
| }
|
|
|
|
|
| -Scope* CodeGenerator::scope() { return info_->function()->scope(); }
|
| -
|
| -
|
| // Calling conventions:
|
| // ebp: caller's frame pointer
|
| // esp: stack pointer
|
|
|