| Index: src/x64/deoptimizer-x64.cc
|
| diff --git a/src/x64/deoptimizer-x64.cc b/src/x64/deoptimizer-x64.cc
|
| index a6c9807ca6bd487aae6d0db39dd060ac21e3cb02..09973cb4fdd432aae8546439ed13a006d132e510 100644
|
| --- a/src/x64/deoptimizer-x64.cc
|
| +++ b/src/x64/deoptimizer-x64.cc
|
| @@ -85,7 +85,8 @@ void Deoptimizer::DeoptimizeFunctionWithPreparedFunctionList(
|
| // There is room enough to write a long call instruction because we pad
|
| // LLazyBailout instructions with nops if necessary.
|
| CodePatcher patcher(call_address, Assembler::kCallInstructionLength);
|
| - patcher.masm()->Call(GetDeoptimizationEntry(i, LAZY), RelocInfo::NONE64);
|
| + patcher.masm()->Call(GetDeoptimizationEntry(isolate, i, LAZY),
|
| + RelocInfo::NONE64);
|
| ASSERT(prev_call_address == NULL ||
|
| call_address >= prev_call_address + patch_size());
|
| ASSERT(call_address + patch_size() <= code->instruction_end());
|
|
|