Revision: 23665
Author: [email protected]
Date: Wed Sep 3 16:29:31 2014 UTC
Log: Fix r23638 "Convert Linkage to use MachineSignature." for
crankshaft only architectures.
BUG=
[email protected], [email protected]
Review URL: https://codereview.chromium.org/538553002
https://code.google.com/p/v8/source/detail?r=23665
Modified:
/branches/bleeding_edge/src/compiler/linkage.cc
=======================================
--- /branches/bleeding_edge/src/compiler/linkage.cc Wed Sep 3 10:13:21
2014 UTC
+++ /branches/bleeding_edge/src/compiler/linkage.cc Wed Sep 3 16:29:31
2014 UTC
@@ -155,9 +155,8 @@
}
-CallDescriptor* Linkage::GetSimplifiedCDescriptor(
- Zone* zone, int num_params, MachineType return_type,
- const MachineType* param_types) {
+CallDescriptor* Linkage::GetSimplifiedCDescriptor(Zone* zone,
+ MachineSignature* sig) {
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.