From: Joshua Wise Date: Tue, 13 Jan 2009 08:40:33 +0000 (-0500) Subject: anulib: Move the stack up. X-Git-Url: http://git.joshuawise.com/firearm.git/commitdiff_plain/00cb0b71ba3bd294cba7015df7659acacdcca447?hp=b72305d338455dcb20a6072cedcf66ecbb0b257a;ds=sidebyside anulib: Move the stack up. --- diff --git a/tests/anulib.S b/tests/anulib.S index a77ca26..40a931f 100644 --- a/tests/anulib.S +++ b/tests/anulib.S @@ -1,7 +1,7 @@ .text .globl _start _start: - mov sp, #0x2000 + mov sp, #0x3000 bl main 1: b 1b