Index: src/crankshaft/mips/lithium-codegen-mips.cc |
diff --git a/src/crankshaft/mips/lithium-codegen-mips.cc b/src/crankshaft/mips/lithium-codegen-mips.cc |
index 8814120cd802aa03395b5cd491813cf527e84167..4cadfd03f8f866eed7946d2278b7ed16e726bf6e 100644 |
--- a/src/crankshaft/mips/lithium-codegen-mips.cc |
+++ b/src/crankshaft/mips/lithium-codegen-mips.cc |
@@ -787,7 +787,7 @@ void LCodeGen::DeoptimizeIf(Condition condition, LInstruction* instr, |
__ bind(&skip); |
} |
- Deoptimizer::DeoptInfo deopt_info = MakeDeoptInfo(instr, deopt_reason); |
+ Deoptimizer::DeoptInfo deopt_info = MakeDeoptInfo(instr, deopt_reason, id); |
DCHECK(info()->IsStub() || frame_is_built_); |
// Go through jump table if we need to handle condition, build frame, or |