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:
parent
62a9497787
commit
077d785842
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user