Revision: 18144
Author:   [email protected]
Date:     Fri Nov 29 01:46:43 2013 UTC
Log:      MIPS: Fix register usage.

Port r18139 (2d54152a)

BUG=
[email protected]

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

Modified:
 /branches/bleeding_edge/src/mips/stub-cache-mips.cc

=======================================
--- /branches/bleeding_edge/src/mips/stub-cache-mips.cc Fri Nov 29 01:44:23 2013 UTC +++ /branches/bleeding_edge/src/mips/stub-cache-mips.cc Fri Nov 29 01:46:43 2013 UTC
@@ -2469,7 +2469,7 @@
   // Restore receiver.
   __ lw(a0, MemOperand(sp, argc * kPointerSize));

-  GenerateJumpFunction(object, a0, &miss);
+  GenerateJumpFunction(object, a1, &miss);

   HandlerFrontendFooter(&miss);

--
--
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