git.joshuawise.com
/
firearm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ae185fc
)
anulib: move the stack ALL the way up
author
Joshua Wise
<joshua@rebirth.joshuawise.com>
Wed, 14 Jan 2009 07:10:08 +0000
(
02:10
-0500)
committer
Joshua Wise
<joshua@rebirth.joshuawise.com>
Wed, 14 Jan 2009 07:10:08 +0000
(
02:10
-0500)
tests/anulib.S
patch
|
blob
|
blame
|
history
diff --git
a/tests/anulib.S
b/tests/anulib.S
index
40a931f
..
d66da9b
100644
(file)
--- a/
tests/anulib.S
+++ b/
tests/anulib.S
@@
-1,7
+1,7
@@
.text
.globl _start
_start:
.text
.globl _start
_start:
- mov sp, #0x3000
+ ldr sp, =0x3FFC
bl main
1: b 1b
bl main
1: b 1b
This page took
0.017376 seconds
and
4
git commands to generate.