Index: src/crankshaft/mips/lithium-mips.cc |
diff --git a/src/crankshaft/mips/lithium-mips.cc b/src/crankshaft/mips/lithium-mips.cc |
index a9978e1068cf1e1a91895f53cf0ead23eb473344..628e976fa99798c42619dfc8e935e404464c66a9 100644 |
--- a/src/crankshaft/mips/lithium-mips.cc |
+++ b/src/crankshaft/mips/lithium-mips.cc |
@@ -2396,8 +2396,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); |