diff options
author | YamaArashi <shadow962@live.com> | 2015-11-27 19:38:13 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-11-27 19:38:13 -0800 |
commit | 54640ba0bf750e40131cabf9974c069ca9f88f54 (patch) | |
tree | c7bc47de5003738ce9ae920547fbf5969784e551 /asm/libagbsyscall.s | |
parent | 716991410ad001a992894ce1eaa5459a8292f573 (diff) |
remove unnecessary '.align' before '.pool'
Diffstat (limited to 'asm/libagbsyscall.s')
-rw-r--r-- | asm/libagbsyscall.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asm/libagbsyscall.s b/asm/libagbsyscall.s index a0d0726f2..a0a232be6 100644 --- a/asm/libagbsyscall.s +++ b/asm/libagbsyscall.s @@ -88,7 +88,6 @@ SoftReset: ; 82E70AC mov sp, r1 swi 0x1 swi 0 - .align 2, 0 .pool thumb_func_end SoftReset |