Revision: 25080
Author:   [email protected]
Date:     Mon Nov  3 15:48:15 2014 UTC
Log:      Unbreak build fon non-TF targets.

Mips64 is affected but not for long.

TEST=
BUG=
[email protected]

Review URL: https://codereview.chromium.org/689113003
https://code.google.com/p/v8/source/detail?r=25080

Modified:
 /branches/bleeding_edge/src/compiler/linkage.cc

=======================================
--- /branches/bleeding_edge/src/compiler/linkage.cc Mon Nov 3 10:21:59 2014 UTC +++ /branches/bleeding_edge/src/compiler/linkage.cc Mon Nov 3 15:48:15 2014 UTC
@@ -220,7 +220,8 @@
// Provide unimplemented methods on unsupported architectures, to at least link. //==============================================================================
 #if !V8_TURBOFAN_BACKEND
-CallDescriptor* Linkage::GetJSCallDescriptor(int parameter_count, Zone* zone) { +CallDescriptor* Linkage::GetJSCallDescriptor(int parameter_count, Zone* zone,
+                                             CallDescriptor::Flags flags) {
   UNIMPLEMENTED();
   return NULL;
 }

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to