Commit c2ffa52f authored by iposva@chromium.org's avatar iposva@chromium.org

Remove debugging code that snuck in with the ARM calling convention changes.

Thanks to Erik Corry for spotting this.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@357 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 5a2d74e2
......@@ -425,12 +425,6 @@ void Builtins::Generate_FunctionApply(MacroAssembler* masm) {
// Eagerly check for stack-overflow before starting to push the arguments.
// r0: number of arguments
Label okay;
{ Label L;
__ mov(r1, Operand(391864 << kSmiTagSize));
__ cmp(r0, r1);
__ b(cc, &L);
__ bind(&L);
}
ExternalReference stack_guard_limit_address =
ExternalReference::address_of_stack_guard_limit();
__ mov(r2, Operand(stack_guard_limit_address));
......
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