Index: src/x64/macro-assembler-x64.cc |
diff --git a/src/x64/macro-assembler-x64.cc b/src/x64/macro-assembler-x64.cc |
index 9dcb9d1689841bbb757e52b25da82ad1ad5f0130..86e6b301da5196b49250ce13cadfe4f4bbc48080 100644 |
--- a/src/x64/macro-assembler-x64.cc |
+++ b/src/x64/macro-assembler-x64.cc |
@@ -740,7 +740,7 @@ void MacroAssembler::CallApiFunctionAndReturn( |
bind(&profiler_disabled); |
// Call the api function! |
- movq(rax, reinterpret_cast<int64_t>(function_address), |
+ movq(rax, reinterpret_cast<Address>(function_address), |
RelocInfo::EXTERNAL_REFERENCE); |
bind(&end_profiler_check); |