Index: src/mips/builtins-mips.cc |
=================================================================== |
--- src/mips/builtins-mips.cc (revision 11074) |
+++ src/mips/builtins-mips.cc (working copy) |
@@ -1095,8 +1095,6 @@ |
// 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); |