Revision: 18139
Author:   [email protected]
Date:     Thu Nov 28 18:09:05 2013 UTC
Log:      Fix register usage.

[email protected]

Review URL: https://chromiumcodereview.appspot.com/95333004
http://code.google.com/p/v8/source/detail?r=18139

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

=======================================
--- /branches/bleeding_edge/src/arm/stub-cache-arm.cc Thu Nov 28 15:32:55 2013 UTC +++ /branches/bleeding_edge/src/arm/stub-cache-arm.cc Thu Nov 28 18:09:05 2013 UTC
@@ -2472,7 +2472,7 @@
   // Restore receiver.
   __ ldr(r0, MemOperand(sp, argc * kPointerSize));

-  GenerateJumpFunction(object, r0, &miss);
+  GenerateJumpFunction(object, r1, &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