| Index: src/ic-arm.cc
|
| ===================================================================
|
| --- src/ic-arm.cc (revision 454)
|
| +++ src/ic-arm.cc (working copy)
|
| @@ -539,7 +539,10 @@
|
| void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm) {
|
| }
|
|
|
| +void KeyedStoreIC::GenerateExtendStorage(MacroAssembler* masm) {
|
| +}
|
|
|
| +
|
| void StoreIC::GenerateMegamorphic(MacroAssembler* masm) {
|
| // ----------- S t a t e -------------
|
| // -- r0 : value
|
| @@ -570,7 +573,8 @@
|
| __ stm(db_w, sp, r0.bit() | r2.bit() | r3.bit());
|
|
|
| // Perform tail call to the entry.
|
| - __ TailCallRuntime(ExternalReference(IC_Utility(kStoreIC_ExtendStorage)), 3);
|
| + __ TailCallRuntime(
|
| + ExternalReference(IC_Utility(kSharedStoreIC_ExtendStorage)), 3);
|
| }
|
|
|
|
|
|
|