| Index: src/arm64/lithium-codegen-arm64.cc
|
| diff --git a/src/arm64/lithium-codegen-arm64.cc b/src/arm64/lithium-codegen-arm64.cc
|
| index 75d3c7bd306767ca63a0fd8beab47eaa6e1631de..20cc44d3535402373f3793953f01eac167d1f88f 100644
|
| --- a/src/arm64/lithium-codegen-arm64.cc
|
| +++ b/src/arm64/lithium-codegen-arm64.cc
|
| @@ -1044,7 +1044,8 @@ void LCodeGen::DeoptimizeBranch(
|
| __ Bind(&dont_trap);
|
| }
|
|
|
| - 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 build frame, or restore caller doubles.
|
| if (branch_type == always &&
|
|
|