Index: src/mips/builtins-mips.cc |
diff --git a/src/mips/builtins-mips.cc b/src/mips/builtins-mips.cc |
index cc11235824e3f39e7492ae68bf4327c61eede987..807edea81521afba14d9235de74300d4395712b0 100644 |
--- a/src/mips/builtins-mips.cc |
+++ b/src/mips/builtins-mips.cc |
@@ -1090,8 +1090,6 @@ static void Generate_JSEntryTrampolineHelper(MacroAssembler* masm, |
// Set up the context from the function argument. |
__ lw(cp, FieldMemOperand(a1, JSFunction::kContextOffset)); |
- __ InitializeRootRegister(); |
- |
// Push the function and the receiver onto the stack. |
__ Push(a1, a2); |