Author: [email protected]
Date: Mon Jun 15 01:25:08 2009
New Revision: 2160

Modified:
    branches/bleeding_edge/src/x64/codegen-x64.cc
    branches/bleeding_edge/src/x64/codegen-x64.h

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

Modified: branches/bleeding_edge/src/x64/codegen-x64.cc
==============================================================================
--- branches/bleeding_edge/src/x64/codegen-x64.cc       (original)
+++ branches/bleeding_edge/src/x64/codegen-x64.cc       Mon Jun 15 01:25:08 2009
@@ -373,6 +373,10 @@
    UNIMPLEMENTED();
  }

+void CodeGenerator::GenerateRandomPositiveSmi(ZoneList<Expression*>* a) {
+  UNIMPLEMENTED();
+}
+
  void CodeGenerator::GenerateSetValueOf(ZoneList<Expression*>* a) {
    UNIMPLEMENTED();
  }

Modified: branches/bleeding_edge/src/x64/codegen-x64.h
==============================================================================
--- branches/bleeding_edge/src/x64/codegen-x64.h        (original)
+++ branches/bleeding_edge/src/x64/codegen-x64.h        Mon Jun 15 01:25:08 2009
@@ -524,6 +524,8 @@

    void GenerateLog(ZoneList<Expression*>* args);

+  // Fast support for Math.random().
+  void GenerateRandomPositiveSmi(ZoneList<Expression*>* args);

    // Methods and constants for fast case switch statement support.
    //

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

Reply via email to