Index: src/x64/stub-cache-x64.cc |
diff --git a/src/x64/stub-cache-x64.cc b/src/x64/stub-cache-x64.cc |
index 5c31133db4a53862990e5a9a5c9182ebd18867ff..4595dfc12ba01962203ec150bc3a1687d0840549 100644 |
--- a/src/x64/stub-cache-x64.cc |
+++ b/src/x64/stub-cache-x64.cc |
@@ -477,7 +477,7 @@ static void GenerateFastApiCall(MacroAssembler* masm, |
} else { |
__ Move(args.GetArgumentOperand(offset - FCA::kDataIndex), call_data); |
} |
- __ movq(kScratchRegister, |
+ __ Move(kScratchRegister, |
ExternalReference::isolate_address(masm->isolate())); |
__ movq(args.GetArgumentOperand(offset - FCA::kIsolateIndex), |
kScratchRegister); |