diff options
author | YamaArashi <shadow962@live.com> | 2015-10-10 03:41:19 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-10-10 03:41:19 -0700 |
commit | ba0829d7517c7ac431af113de2a278eb808a6221 (patch) | |
tree | b0b18d2a4da223063bf9693f55330f0403c48de3 /asm/libagbsyscall.s | |
parent | 98f62d9dfae0b5d8c14e98873fbba63e118e67f2 (diff) |
remove more manual literal pools
Diffstat (limited to 'asm/libagbsyscall.s')
-rw-r--r-- | asm/libagbsyscall.s | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/asm/libagbsyscall.s b/asm/libagbsyscall.s index a67820378..923a7a98e 100644 --- a/asm/libagbsyscall.s +++ b/asm/libagbsyscall.s @@ -80,16 +80,15 @@ RegisterRamReset: ; 82E70A8 thumb_func_start SoftReset ; void SoftReset() SoftReset: ; 82E70AC - ldr r3, _082E70BC + ldr r3, =0x04000208 movs r2, 0 strb r2, [r3] - ldr r1, _082E70C0 + ldr r1, =0x03007f00 mov sp, r1 swi 0x1 swi 0 .align 2, 0 -_082E70BC: .4byte 0x04000208 -_082E70C0: .4byte 0x03007f00 + .pool thumb_func_end SoftReset thumb_func_start Sqrt |