diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-21 12:30:07 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-21 12:30:07 -0400 |
commit | 8cdd2f137d6041538dcba2b13580b0f43f1cc549 (patch) | |
tree | d1b529a9e44cda643a0f927ba6bdb321ff36d177 /asm/macros/function.inc | |
parent | 6ceaabc28c712f82c6100f8288af66774bfdbb82 (diff) | |
parent | aeb4e938f5f48c8484419f5333a5b0e6caee7a21 (diff) |
merge
Diffstat (limited to 'asm/macros/function.inc')
-rw-r--r-- | asm/macros/function.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/macros/function.inc b/asm/macros/function.inc index 4e0afcb7..6b9e5f40 100644 --- a/asm/macros/function.inc +++ b/asm/macros/function.inc @@ -1,5 +1,5 @@ .macro arm_func_start name - .align 2, 0 + .balign 4, 0 .global \name .arm .endm @@ -9,7 +9,7 @@ .endm .macro thumb_func_start name - .align 2, 0 + .balign 4, 0 .global \name .thumb .endm |