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
This commit is contained in:
whesse@chromium.org 2010-02-12 16:01:38 +00:00
parent 62a9497787
commit 077d785842

View File

@ -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));