| Index: src/x64/code-stubs-x64.cc
|
| diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc
|
| index d0fd3358aa49d237c0fa27ca03c9745f1f9d7824..5befa68641186b5de3537b5402ebb5ecc1d34b34 100644
|
| --- a/src/x64/code-stubs-x64.cc
|
| +++ b/src/x64/code-stubs-x64.cc
|
| @@ -2604,7 +2604,6 @@ void JSEntryStub::GenerateBody(MacroAssembler* masm, bool is_construct) {
|
|
|
| // Set up the roots and smi constant registers.
|
| // Needs to be done before any further smi loads.
|
| - __ InitializeSmiConstantRegister();
|
| __ InitializeRootRegister();
|
| }
|
|
|
|
|