Revision: 14627
Author:   [email protected]
Date:     Fri May 10 15:47:49 2013
Log:      MIPS: Call to the right slow method.

Port r14608 (339e0877)

BUG=

Review URL: https://codereview.chromium.org/14980008
http://code.google.com/p/v8/source/detail?r=14627

Modified:
 /branches/bleeding_edge/src/mips/ic-mips.cc

=======================================
--- /branches/bleeding_edge/src/mips/ic-mips.cc Wed May  8 15:15:27 2013
+++ /branches/bleeding_edge/src/mips/ic-mips.cc Fri May 10 15:47:49 2013
@@ -1454,7 +1454,7 @@
// The slow case calls into the runtime to complete the store without causing // an IC miss that would otherwise cause a transition to the generic stub.
   ExternalReference ref =
-      ExternalReference(IC_Utility(kKeyedStoreIC_Slow), masm->isolate());
+      ExternalReference(IC_Utility(kStoreIC_Slow), masm->isolate());
   __ TailCallExternalReference(ref, 3, 1);
 }

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to