Index: src/x64/macro-assembler-x64.cc |
=================================================================== |
--- src/x64/macro-assembler-x64.cc (revision 13283) |
+++ src/x64/macro-assembler-x64.cc (working copy) |
@@ -731,7 +731,7 @@ |
// Call the api function! |
movq(rax, reinterpret_cast<int64_t>(function_address), |
- RelocInfo::RUNTIME_ENTRY); |
+ RelocInfo::EXTERNAL_REFERENCE); |
call(rax); |
if (FLAG_log_timer_events) { |