summaryrefslogtreecommitdiff
path: root/asm/macros/function.inc
diff options
context:
space:
mode:
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