Index: src/crankshaft/arm/lithium-arm.cc |
diff --git a/src/crankshaft/arm/lithium-arm.cc b/src/crankshaft/arm/lithium-arm.cc |
index cd736ecd8f02d23bb8a09432addd549c76453c41..27010cd47481dd9eddcbb8d081208802cc02882c 100644 |
--- a/src/crankshaft/arm/lithium-arm.cc |
+++ b/src/crankshaft/arm/lithium-arm.cc |
@@ -2449,8 +2449,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); |