Fix r23638 "Convert Linkage to use MachineSignature." for crankshaft only architectures.

BUG=
R=paul.lind@imgtec.com, titzer@chromium.org

Review URL: https://codereview.chromium.org/538553002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23665 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 63e33ba0
...@@ -155,9 +155,8 @@ CallDescriptor* Linkage::GetStubCallDescriptor( ...@@ -155,9 +155,8 @@ CallDescriptor* Linkage::GetStubCallDescriptor(
} }
CallDescriptor* Linkage::GetSimplifiedCDescriptor( CallDescriptor* Linkage::GetSimplifiedCDescriptor(Zone* zone,
Zone* zone, int num_params, MachineType return_type, MachineSignature* sig) {
const MachineType* param_types) {
UNIMPLEMENTED(); UNIMPLEMENTED();
return NULL; return NULL;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment