From 0bd4b39b04997ee55e3b3e7cadd42c95d8a56fa1 Mon Sep 17 00:00:00 2001 From: Joshua Wise Date: Wed, 14 Jan 2009 02:10:08 -0500 Subject: [PATCH 1/1] anulib: move the stack ALL the way up --- tests/anulib.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2