Index: src/x64/deoptimizer-x64.cc |
diff --git a/src/x64/deoptimizer-x64.cc b/src/x64/deoptimizer-x64.cc |
index d32310a52ae0c4595565d8b3f05489f21367ebe6..c719bf81dc7b0dcf15711b454e86da2d92532023 100644 |
--- a/src/x64/deoptimizer-x64.cc |
+++ b/src/x64/deoptimizer-x64.cc |
@@ -85,7 +85,7 @@ 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::NONE); |
+ patcher.masm()->Call(GetDeoptimizationEntry(i, LAZY), RelocInfo::NONE64); |
ASSERT(prev_call_address == NULL || |
call_address >= prev_call_address + patch_size()); |
ASSERT(call_address + patch_size() <= code->instruction_end()); |