| Index: src/x64/assembler-x64.cc
|
| diff --git a/src/x64/assembler-x64.cc b/src/x64/assembler-x64.cc
|
| index 4585fa70ce4b97936fce460040e1c2a3d2fd4862..e7c20bb150820a9425d339a74458efb87a4a85b7 100644
|
| --- a/src/x64/assembler-x64.cc
|
| +++ b/src/x64/assembler-x64.cc
|
| @@ -110,7 +110,7 @@ void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) {
|
| #endif
|
|
|
| // Patch the code.
|
| - patcher.masm()->movp(kScratchRegister, target, RelocInfo::NONE64);
|
| + patcher.masm()->movp(kScratchRegister, target, Assembler::RelocInfoNone());
|
| patcher.masm()->call(kScratchRegister);
|
|
|
| // Check that the size of the code generated is as expected.
|
|
|