Index: src/crankshaft/s390/lithium-codegen-s390.cc |
diff --git a/src/crankshaft/s390/lithium-codegen-s390.cc b/src/crankshaft/s390/lithium-codegen-s390.cc |
index 83e8e9f1e18ef74429e929446dc123b4470ef11d..289cbd929156cf3a81e158f3f66e39088bfe00e7 100644 |
--- a/src/crankshaft/s390/lithium-codegen-s390.cc |
+++ b/src/crankshaft/s390/lithium-codegen-s390.cc |
@@ -744,7 +744,7 @@ void LCodeGen::DeoptimizeIf(Condition cond, LInstruction* instr, |
__ stop("trap_on_deopt", cond, kDefaultStopCode, cr); |
} |
- 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 |