]> Joshua Wise's Git repositories - firearm.git/commitdiff
anulib: Move the stack up.
authorJoshua Wise <joshua@rebirth.joshuawise.com>
Tue, 13 Jan 2009 08:40:33 +0000 (03:40 -0500)
committerJoshua Wise <joshua@rebirth.joshuawise.com>
Tue, 13 Jan 2009 08:40:33 +0000 (03:40 -0500)
tests/anulib.S

index a77ca2690b4bbfeb2fc863f944dce4c98de7ce76..40a931f335421ab48a9be0921e3af0408a453f32 100644 (file)
@@ -1,7 +1,7 @@
        .text
        .globl _start
 _start:
-       mov sp, #0x2000
+       mov sp, #0x3000
        bl main
 1:     b 1b
 
This page took 0.024924 seconds and 4 git commands to generate.