Author: [email protected]
Date: Wed May 20 04:54:35 2009
New Revision: 2013

Modified:
    branches/bleeding_edge/src/x64/assembler-x64.cc

Log:
Fix x64 build.
Review URL: http://codereview.chromium.org/115565

Modified: branches/bleeding_edge/src/x64/assembler-x64.cc
==============================================================================
--- branches/bleeding_edge/src/x64/assembler-x64.cc     (original)
+++ branches/bleeding_edge/src/x64/assembler-x64.cc     Wed May 20 04:54:35 2009
@@ -684,14 +684,7 @@
    UNIMPLEMENTED();
  }

-VirtualFrame::VirtualFrame(CodeGenerator* cgen)
-    : cgen_(cgen),
-      masm_(NULL),
-      elements_(0),
-      parameter_count_(0),
-      local_count_(0),
-      stack_pointer_(0),
-      frame_pointer_(kIllegalIndex) {
+VirtualFrame::VirtualFrame() : elements_(0) {
    UNIMPLEMENTED();
  }


--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to