Chromium Code Reviews| Index: src/mips/builtins-mips.cc |
| =================================================================== |
| --- src/mips/builtins-mips.cc (revision 10343) |
| +++ src/mips/builtins-mips.cc (working copy) |
| @@ -1114,6 +1114,8 @@ |
| // Set up the context from the function argument. |
| __ lw(cp, FieldMemOperand(a1, JSFunction::kContextOffset)); |
| + __ InitializeRootRegister(); |
| + |
| // Set up the roots register. |
|
Yang
2012/01/06 10:52:56
Isn't this part supposed to be replaced by Initial
|
| ExternalReference roots_array_start = |
| ExternalReference::roots_array_start(masm->isolate()); |