| Index: src/arm64/lithium-codegen-arm64.cc
|
| diff --git a/src/arm64/lithium-codegen-arm64.cc b/src/arm64/lithium-codegen-arm64.cc
|
| index 5926013c02ba186c3aebbeac5e44ed5a1a06e8d8..ddc8731c9ff96ad767d5723d7108b7c67b60b2af 100644
|
| --- a/src/arm64/lithium-codegen-arm64.cc
|
| +++ b/src/arm64/lithium-codegen-arm64.cc
|
| @@ -1058,7 +1058,7 @@ void LCodeGen::DeoptimizeBranch(
|
| __ Bind(&dont_trap);
|
| }
|
|
|
| - Deoptimizer::DeoptInfo deopt_info(instr->hydrogen_value()->position().raw(),
|
| + Deoptimizer::DeoptInfo deopt_info(instr->hydrogen_value()->position(),
|
| instr->Mnemonic(), deopt_reason);
|
| DCHECK(info()->IsStub() || frame_is_built_);
|
| // Go through jump table if we need to build frame, or restore caller doubles.
|
|
|