Index: src/x64/lithium-codegen-x64.cc |
diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc |
index 178e9d1a74bf853a2876b551a41a6b9aa4810bba..1d902e50804dd69977339cbfca9e6119572c3f3b 100644 |
--- a/src/x64/lithium-codegen-x64.cc |
+++ b/src/x64/lithium-codegen-x64.cc |
@@ -1642,7 +1642,7 @@ void LCodeGen::DoDateField(LDateField* instr) { |
__ bind(&runtime); |
__ PrepareCallCFunction(2); |
__ movp(arg_reg_1, object); |
- __ Move(arg_reg_2, index, RelocInfo::NONE64); |
+ __ Move(arg_reg_2, index, Assembler::RelocInfoNone()); |
__ CallCFunction(ExternalReference::get_date_field_function(isolate()), 2); |
__ bind(&done); |
} |