From 00cb0b71ba3bd294cba7015df7659acacdcca447 Mon Sep 17 00:00:00 2001 From: Joshua Wise Date: Tue, 13 Jan 2009 03:40:33 -0500 Subject: [PATCH] anulib: Move the stack up. --- tests/anulib.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2