Index: src/mips/lithium-codegen-mips.cc |
diff --git a/src/mips/lithium-codegen-mips.cc b/src/mips/lithium-codegen-mips.cc |
index 24aed86bb4e3285fa332a02e32b7d13c10e9dcab..5ea68b2e46b14d46eb35fc996c1a3580dd69d173 100644 |
--- a/src/mips/lithium-codegen-mips.cc |
+++ b/src/mips/lithium-codegen-mips.cc |
@@ -860,7 +860,8 @@ void LCodeGen::DeoptimizeIf(Condition condition, LInstruction* instr, |
__ bind(&skip); |
} |
- Deoptimizer::Reason reason(instr->Mnemonic(), detail); |
+ Deoptimizer::Reason reason(instr->hydrogen_value()->position().raw(), |
+ instr->Mnemonic(), detail); |
DCHECK(info()->IsStub() || frame_is_built_); |
// Go through jump table if we need to handle condition, build frame, or |
// restore caller doubles. |