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 (from parent 1:
b72305d
)
anulib: Move the stack up.
author
Joshua Wise
<joshua@rebirth.joshuawise.com>
Tue, 13 Jan 2009 08:40:33 +0000
(
03:40
-0500)
committer
Joshua Wise
<joshua@rebirth.joshuawise.com>
Tue, 13 Jan 2009 08:40:33 +0000
(
03:40
-0500)
tests/anulib.S
patch
|
blob
|
blame
|
history
diff --git
a/tests/anulib.S
b/tests/anulib.S
index
a77ca26
..
40a931f
100644
(file)
--- a/
tests/anulib.S
+++ b/
tests/anulib.S
@@
-1,7
+1,7
@@
.text
.globl _start
_start:
.text
.globl _start
_start:
- mov sp, #0x
2
000
+ mov sp, #0x
3
000
bl main
1: b 1b
bl main
1: b 1b
This page took
0.019802 seconds
and
4
git commands to generate.