Index: src/ia32/ic-ia32.cc |
diff --git a/src/ia32/ic-ia32.cc b/src/ia32/ic-ia32.cc |
index 47ecc9254c5ef094398fceb9dda96e41a51ef36b..24419f3e0b492834cfd92a92fce6b39a9aa686d9 100644 |
--- a/src/ia32/ic-ia32.cc |
+++ b/src/ia32/ic-ia32.cc |
@@ -1041,6 +1041,11 @@ const Register KeyedStoreIC::ValueRegister() { |
} |
+const Register KeyedStoreIC::MapRegister() { |
+ return ebx; |
+} |
+ |
+ |
void KeyedLoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm) { |
// Return address is on the stack. |
LoadIC_PushArgs(masm); |