Reviewers: Igor Sheludko,

Message:
PTAL

Description:
Fix register usage.

Please review this at https://chromiumcodereview.appspot.com/95333004/

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

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


Index: src/arm/stub-cache-arm.cc
diff --git a/src/arm/stub-cache-arm.cc b/src/arm/stub-cache-arm.cc
index 4f40f5e08aa2c9e8e3ad61822a82c8637ed0b739..8e9726157ad8391b7c5a39769eb813a7bd8c8d4f 100644
--- a/src/arm/stub-cache-arm.cc
+++ b/src/arm/stub-cache-arm.cc
@@ -2472,7 +2472,7 @@ Handle<Code> CallStubCompiler::CompileCallInterceptor(Handle<JSObject> object,
   // 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