Remove debugging code that snuck in with the ARM calling convention changes.
authoriposva@chromium.org <iposva@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 22 Sep 2008 16:00:56 +0000 (16:00 +0000)
committeriposva@chromium.org <iposva@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 22 Sep 2008 16:00:56 +0000 (16:00 +0000)
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

src/builtins-arm.cc

index c686ff70ac36c5d6b01edb636f9a88cecefb1d55..ae5dd616ca672b53a2396fad7b582ca721183ce9 100644 (file)
@@ -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));