| Index: src/crankshaft/ppc/lithium-ppc.cc
|
| diff --git a/src/crankshaft/ppc/lithium-ppc.cc b/src/crankshaft/ppc/lithium-ppc.cc
|
| index 63aead7a3c80a6d9cb812e48ef7797543993fbc5..3c1911d6673723fce822b5c01add30db193c53c3 100644
|
| --- a/src/crankshaft/ppc/lithium-ppc.cc
|
| +++ b/src/crankshaft/ppc/lithium-ppc.cc
|
| @@ -2402,8 +2402,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);
|
|
|