| Index: src/ia32/ic-ia32.cc
|
| diff --git a/src/ia32/ic-ia32.cc b/src/ia32/ic-ia32.cc
|
| index 4536103c4d357670c11c268ec21e1545e4c01db1..3db03e9753140c6e9cb5e7286231e9beed94bf77 100644
|
| --- a/src/ia32/ic-ia32.cc
|
| +++ b/src/ia32/ic-ia32.cc
|
| @@ -1022,6 +1022,11 @@ void KeyedLoadIC::GenerateMiss(MacroAssembler* masm) {
|
| const Register LoadIC::ReceiverRegister() { return edx; }
|
| const Register LoadIC::NameRegister() { return ecx; }
|
|
|
| +const Register LoadIC::SlotRegister() {
|
| + ASSERT(FLAG_vector_ics);
|
| + return eax;
|
| +}
|
| +
|
|
|
| void KeyedLoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm) {
|
| // Return address is on the stack.
|
|
|