fix alignment of thumb functions defined in assembly

This commit is contained in:
Corwin 2023-05-17 19:52:06 +01:00
parent 458280b68f
commit 9f3259d770
No known key found for this signature in database

View file

@ -17,7 +17,7 @@
.macro agb_thumb_func functionName:req
.section .iwram.\functionName, "ax", %progbits
.thumb
.align 2
.align 1
.global \functionName
.type \functionName, %function
.func \functionName