Index: src/virtual-frame-ia32.cc |
=================================================================== |
--- src/virtual-frame-ia32.cc (revision 1748) |
+++ src/virtual-frame-ia32.cc (working copy) |
@@ -33,7 +33,7 @@ |
namespace v8 { namespace internal { |
-#define __ masm_-> |
+#define __ DEFINE_MASM(masm_) |
// ------------------------------------------------------------------------- |
// VirtualFrame implementation. |