| Index: src/compiler/x87/linkage-x87.cc
|
| diff --git a/src/compiler/x87/linkage-x87.cc b/src/compiler/x87/linkage-x87.cc
|
| index 69e1b3de59c31bb4a989b9b4c8bd861363f5f65d..afe4365975dab18a9d601930b5e512d78815cddb 100644
|
| --- a/src/compiler/x87/linkage-x87.cc
|
| +++ b/src/compiler/x87/linkage-x87.cc
|
| @@ -60,6 +60,12 @@ CallDescriptor* Linkage::GetSimplifiedCDescriptor(Zone* zone,
|
| return LH::GetSimplifiedCDescriptor(zone, sig);
|
| }
|
|
|
| +
|
| +CallDescriptor* Linkage::GetInterpreterDispatchDescriptor(
|
| + Zone* zone, const MachineSignature* sig) {
|
| + return LH::GetInterpreterDispatchDescriptor(zone, sig);
|
| +}
|
| +
|
| } // namespace compiler
|
| } // namespace internal
|
| } // namespace v8
|
|
|