diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-11-11 12:53:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-11 12:53:51 -0800 |
commit | 999c4d59793e761ca71ab7b27272de46d78de138 (patch) | |
tree | e92c7c464611db96d956a97f033f9f4d63d23493 /asm/libagbsyscall.s | |
parent | ed8c51dd404287c6355ba75dc4b9e2944d80e1d9 (diff) | |
parent | 4b1db681ea1e6a3b1e2d1c28699a94cb1393dc88 (diff) |
Merge pull request #455 from ProjectRevoTPP/remove_pointers
eliminate remaining pointers from dissassembly
Diffstat (limited to 'asm/libagbsyscall.s')
-rw-r--r-- | asm/libagbsyscall.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/libagbsyscall.s b/asm/libagbsyscall.s index 3b59592b6..c874e8a77 100644 --- a/asm/libagbsyscall.s +++ b/asm/libagbsyscall.s @@ -69,7 +69,7 @@ SoftReset: @ 81E0814 ldr r3, =0x04000208 movs r2, 0 strb r2, [r3] - ldr r1, =0x03007f00 + ldr r1, =0x03007f00 @ User Stack mov sp, r1 swi 0x1 swi 0 |