Revision: 16694
Author:   [email protected]
Date:     Thu Sep 12 20:11:26 2013 UTC
Log:      MIPS: Fix of r16681

Use v0 for return value.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/23437032

Patch from Balazs Kilvady <[email protected]>.
http://code.google.com/p/v8/source/detail?r=16694

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

=======================================
--- /branches/bleeding_edge/src/mips/builtins-mips.cc Thu Sep 12 11:30:56 2013 UTC +++ /branches/bleeding_edge/src/mips/builtins-mips.cc Thu Sep 12 20:11:26 2013 UTC
@@ -337,7 +337,7 @@

   CallRuntimePassFunction(masm, Runtime::kTryInstallRecompiledCode);
   // Tail call to returned code.
-  __ Addu(at, a2, Operand(Code::kHeaderSize - kHeapObjectTag));
+  __ Addu(at, v0, Operand(Code::kHeaderSize - kHeapObjectTag));
   __ Jump(at);

   __ bind(&ok);

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