| Index: src/compiler/linkage.cc
|
| diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
|
| index 7c3a9fb24b4bd115f910476f40b702253201d7f0..26a3dccc474ac6ab914d899546808400fa6a1020 100644
|
| --- a/src/compiler/linkage.cc
|
| +++ b/src/compiler/linkage.cc
|
| @@ -138,8 +138,8 @@ CallDescriptor* Linkage::GetStubCallDescriptor(
|
|
|
|
|
| CallDescriptor* Linkage::GetSimplifiedCDescriptor(
|
| - Zone* zone, int num_params, MachineRepresentation return_type,
|
| - const MachineRepresentation* param_types) {
|
| + Zone* zone, int num_params, MachineType return_type,
|
| + const MachineType* param_types) {
|
| UNIMPLEMENTED();
|
| return NULL;
|
| }
|
|
|