Commit 077d7858 authored by whesse@chromium.org's avatar whesse@chromium.org

Fix CallIC stub for CallInterceptor on ARM

Review URL: http://codereview.chromium.org/593080

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3848 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 62a94977
......@@ -1101,6 +1101,8 @@ Object* CallStubCompiler::CompileCallInterceptor(Object* object,
r3,
&miss);
// Move returned value, the function to call, to r1.
__ mov(r1, r0);
// Restore receiver.
__ ldr(r0, MemOperand(sp, argc * kPointerSize));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment