Reviewers: danno, Yang, Paul Lind, kisg, Jakob, palfia,
Description:
MIPS: Fix of r16681
Use v0 for return value.
BUG=
Please review this at https://codereview.chromium.org/23437032/
SVN Base: https://github.com/v8/v8.git@gbl
Affected files (+1, -1 lines):
src/mips/builtins-mips.cc
Index: src/mips/builtins-mips.cc
diff --git a/src/mips/builtins-mips.cc b/src/mips/builtins-mips.cc
index
2996693553ddfff5a5b9c7b98a5feb35dffef627..3aabd97b9729339432e28dd9248152f75f20636d
100644
--- a/src/mips/builtins-mips.cc
+++ b/src/mips/builtins-mips.cc
@@ -337,7 +337,7 @@ void
Builtins::Generate_InRecompileQueue(MacroAssembler* masm) {
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.