| Index: src/virtual-frame-arm.cc
|
| ===================================================================
|
| --- src/virtual-frame-arm.cc (revision 1707)
|
| +++ src/virtual-frame-arm.cc (working copy)
|
| @@ -36,8 +36,9 @@
|
| // -------------------------------------------------------------------------
|
| // VirtualFrame implementation.
|
|
|
| -#define __ masm_->
|
| +#define __ DEFINE_MASM(masm_)
|
|
|
| +
|
| // On entry to a function, the virtual frame already contains the
|
| // receiver and the parameters. All initial frame elements are in
|
| // memory.
|
|
|