| Index: src/crankshaft/arm64/lithium-arm64.cc
|
| diff --git a/src/crankshaft/arm64/lithium-arm64.cc b/src/crankshaft/arm64/lithium-arm64.cc
|
| index 3f43338585e47de8900647650597d176133c3c27..7a5bd993a3d9d00fd9a472056fba5d898463e14e 100644
|
| --- a/src/crankshaft/arm64/lithium-arm64.cc
|
| +++ b/src/crankshaft/arm64/lithium-arm64.cc
|
| @@ -1966,8 +1966,7 @@ LInstruction* LChunkBuilder::DoParameter(HParameter* instr) {
|
| return DefineAsSpilled(result, spill_index);
|
| } else {
|
| DCHECK(info()->IsStub());
|
| - CallInterfaceDescriptor descriptor =
|
| - info()->code_stub()->GetCallInterfaceDescriptor();
|
| + CallInterfaceDescriptor descriptor = graph()->descriptor();
|
| int index = static_cast<int>(instr->index());
|
| Register reg = descriptor.GetRegisterParameter(index);
|
| return DefineFixed(result, reg);
|
|
|