diff options
author | YamaArashi <shadow962@live.com> | 2016-09-02 23:11:29 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-02 23:11:29 -0700 |
commit | a05857f889631dd6e722f952475fb96382cdf999 (patch) | |
tree | 3e7b52a566406ba22a442e62d2b7fbdf99926e5c /asm/librfu.s | |
parent | f910e326a16429f613e3b3814dd98bd69485dcd1 (diff) |
make asm compatible with stock gas
Diffstat (limited to 'asm/librfu.s')
-rw-r--r-- | asm/librfu.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/asm/librfu.s b/asm/librfu.s index 51d56376f..d0ee616b2 100644 --- a/asm/librfu.s +++ b/asm/librfu.s @@ -1,3 +1,9 @@ + .include "asm/macros.s" + + .syntax unified + + .text + thumb_func_start STWI_init_all STWI_init_all: @ 82E2A18 push {r4,lr} @@ -8913,3 +8919,5 @@ _082E706C: .4byte 0x0000494e _082E7070: .4byte 0x00000257 _082E7074: .4byte 0x04000128 thumb_func_end sub_82E6FA2 + + .align 2, 0 @ Don't pad with nop. |