Index: src/mips/builtins-mips.cc |
diff --git a/src/mips/builtins-mips.cc b/src/mips/builtins-mips.cc |
index 09a99243872014c09aea4000d214fb0e6c7eecec..a32bfda98e1a8a587f8be322632b609e85dbd53e 100644 |
--- a/src/mips/builtins-mips.cc |
+++ b/src/mips/builtins-mips.cc |
@@ -1095,8 +1095,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); |