From: Joshua Wise Date: Wed, 14 Jan 2009 07:10:08 +0000 (-0500) Subject: anulib: move the stack ALL the way up X-Git-Url: http://git.joshuawise.com/firearm.git/commitdiff_plain/0bd4b39b04997ee55e3b3e7cadd42c95d8a56fa1 anulib: move the stack ALL the way up --- diff --git a/tests/anulib.S b/tests/anulib.S index 40a931f..d66da9b 100644 --- a/tests/anulib.S +++ b/tests/anulib.S @@ -1,7 +1,7 @@ .text .globl _start _start: - mov sp, #0x3000 + ldr sp, =0x3FFC bl main 1: b 1b