summaryrefslogtreecommitdiff
path: root/asm/macros/function.inc
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2020-04-21 12:30:07 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2020-04-21 12:30:07 -0400
commit8cdd2f137d6041538dcba2b13580b0f43f1cc549 (patch)
treed1b529a9e44cda643a0f927ba6bdb321ff36d177 /asm/macros/function.inc
parent6ceaabc28c712f82c6100f8288af66774bfdbb82 (diff)
parentaeb4e938f5f48c8484419f5333a5b0e6caee7a21 (diff)
merge
Diffstat (limited to 'asm/macros/function.inc')
-rw-r--r--asm/macros/function.inc4
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