Reviewers: Paul Lind, kisg, kilvadyb, danno, Toon Verwaest,

Message:
PTAL.

Description:
MIPS: Fix register usage.

Port r18139 (2d54152a)

BUG=

Please review this at https://codereview.chromium.org/96083002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M src/mips/stub-cache-mips.cc


Index: src/mips/stub-cache-mips.cc
diff --git a/src/mips/stub-cache-mips.cc b/src/mips/stub-cache-mips.cc
index 87ba282751db7396d538cba9c5cef07580b604da..457ce8a549a3a52f0e296316f8b8105edd04e9af 100644
--- a/src/mips/stub-cache-mips.cc
+++ b/src/mips/stub-cache-mips.cc
@@ -2469,7 +2469,7 @@ Handle<Code> CallStubCompiler::CompileCallInterceptor(Handle<JSObject> object,
   // 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