Index: src/x64/code-stubs-x64.cc |
=================================================================== |
--- src/x64/code-stubs-x64.cc (revision 13283) |
+++ src/x64/code-stubs-x64.cc (working copy) |
@@ -3930,8 +3930,7 @@ |
__ movq(rdi, rax); |
#endif |
__ movq(kScratchRegister, |
- FUNCTION_ADDR(Runtime::PerformGC), |
- RelocInfo::RUNTIME_ENTRY); |
+ ExternalReference::perform_gc_function(masm->isolate())); |
__ call(kScratchRegister); |
} |