Author: [email protected]
Date: Tue Jun 30 07:58:33 2009
New Revision: 2309

Modified:
    branches/bleeding_edge/src/x64/stub-cache-x64.cc

Log:
Fixed X64 compilation.

[email protected]
Review URL: http://codereview.chromium.org/150103

Modified: branches/bleeding_edge/src/x64/stub-cache-x64.cc
==============================================================================
--- branches/bleeding_edge/src/x64/stub-cache-x64.cc    (original)
+++ branches/bleeding_edge/src/x64/stub-cache-x64.cc    Tue Jun 30 07:58:33  
2009
@@ -42,8 +42,7 @@
  Object* CallStubCompiler::CompileCallConstant(Object* a,
                                                JSObject* b,
                                                JSFunction* c,
-                                              StubCompiler::CheckType d,
-                                              Code::Flags flags) {
+                                              StubCompiler::CheckType d) {
    UNIMPLEMENTED();
    return NULL;
  }
@@ -51,8 +50,7 @@
  Object* CallStubCompiler::CompileCallField(Object* a,
                                             JSObject* b,
                                             int c,
-                                           String* d,
-                                           Code::Flags flags) {
+                                           String* d) {
    UNIMPLEMENTED();
    return NULL;
  }
@@ -113,7 +111,8 @@

  Object* LoadStubCompiler::CompileLoadGlobal(JSGlobalObject* object,
                                              JSGlobalPropertyCell* cell,
-                                            String* name) {
+                                            String* name,
+                                            bool is_dont_delete) {
    UNIMPLEMENTED();
    return NULL;
  }

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

Reply via email to