Index: src/x64/deoptimizer-x64.cc |
diff --git a/src/x64/deoptimizer-x64.cc b/src/x64/deoptimizer-x64.cc |
index 1094dabf8e83ed07d0c27e45d824d0a07e7b920b..89a5f216bca211f75fece4a47e970265ba92cf04 100644 |
--- a/src/x64/deoptimizer-x64.cc |
+++ b/src/x64/deoptimizer-x64.cc |
@@ -71,7 +71,7 @@ void Deoptimizer::PatchCodeForDeoptimization(Isolate* isolate, Code* code) { |
// LLazyBailout instructions with nops if necessary. |
CodePatcher patcher(call_address, Assembler::kCallSequenceLength); |
patcher.masm()->Call(GetDeoptimizationEntry(isolate, i, LAZY), |
- RelocInfo::NONE64); |
+ Assembler::RelocInfoNone()); |
ASSERT(prev_call_address == NULL || |
call_address >= prev_call_address + patch_size()); |
ASSERT(call_address + patch_size() <= code->instruction_end()); |