| Index: src/arm/builtins-arm.cc
|
| ===================================================================
|
| --- src/arm/builtins-arm.cc (revision 9713)
|
| +++ src/arm/builtins-arm.cc (working copy)
|
| @@ -1027,9 +1027,9 @@
|
| __ ldr(cp, FieldMemOperand(r1, JSFunction::kContextOffset));
|
|
|
| // Set up the roots register.
|
| - ExternalReference roots_address =
|
| - ExternalReference::roots_address(masm->isolate());
|
| - __ mov(r10, Operand(roots_address));
|
| + ExternalReference roots_array_start =
|
| + ExternalReference::roots_array_start(masm->isolate());
|
| + __ mov(r10, Operand(roots_array_start));
|
|
|
| // Push the function and the receiver onto the stack.
|
| __ push(r1);
|
|
|