| Index: src/x64/stub-cache-x64.cc
 | 
| diff --git a/src/x64/stub-cache-x64.cc b/src/x64/stub-cache-x64.cc
 | 
| index 26b20f42fc71b939a1bca5eff8ef03b47c00f82c..c19d29d0d92d5ff3f99144340b92ca452fd464d7 100644
 | 
| --- a/src/x64/stub-cache-x64.cc
 | 
| +++ b/src/x64/stub-cache-x64.cc
 | 
| @@ -399,7 +399,7 @@ static void CompileCallLoadPropertyWithInterceptor(MacroAssembler* masm,
 | 
|    ExternalReference ref =
 | 
|        ExternalReference(IC_Utility(IC::kLoadPropertyWithInterceptorOnly),
 | 
|                          masm->isolate());
 | 
| -  __ movq(rax, Immediate(5));
 | 
| +  __ Set(rax, 5);
 | 
|    __ LoadAddress(rbx, ref);
 | 
|  
 | 
|    CEntryStub stub(1);
 | 
| 
 |