hange bad choice for scratch register for native code counters on ARM
This caused running with native code counters on ARM to crash. Review URL: http://codereview.chromium.org/181031 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2792 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
970874ad62
commit
6cdd89b165
@ -791,7 +791,7 @@ Object* CallStubCompiler::CompileCallGlobal(JSObject* object,
|
||||
__ ldr(cp, FieldMemOperand(r1, JSFunction::kContextOffset));
|
||||
|
||||
// Jump to the cached code (tail call).
|
||||
__ IncrementCounter(&Counters::call_global_inline, 1, r1, r3);
|
||||
__ IncrementCounter(&Counters::call_global_inline, 1, r2, r3);
|
||||
ASSERT(function->is_compiled());
|
||||
Handle<Code> code(function->code());
|
||||
ParameterCount expected(function->shared()->formal_parameter_count());
|
||||
|
Loading…
Reference in New Issue
Block a user