Index: src/mips/full-codegen-mips.cc |
=================================================================== |
--- src/mips/full-codegen-mips.cc (revision 11074) |
+++ src/mips/full-codegen-mips.cc (working copy) |
@@ -2613,7 +2613,7 @@ |
Label entry, loop; |
// The use of t2 to store the valueOf symbol asumes that it is not otherwise |
// used in the loop below. |
- __ li(t2, Operand(FACTORY->value_of_symbol())); |
+ __ LoadRoot(t2, Heap::kvalue_of_symbolRootIndex); |
__ jmp(&entry); |
__ bind(&loop); |
__ lw(a3, MemOperand(t0, 0)); |