mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
align after section
This commit is contained in:
parent
e1426d8ef7
commit
df696a1093
|
@ -14,9 +14,9 @@
|
|||
.include "src/agbabi/macros.inc"
|
||||
|
||||
.arm
|
||||
.align 2
|
||||
|
||||
.section .iwram.__aeabi_memcpy, "ax", %progbits
|
||||
.align 2
|
||||
.global __agbabi_memcpy
|
||||
__agbabi_memcpy:
|
||||
.global __aeabi_memcpy
|
||||
|
@ -115,6 +115,7 @@ __agbabi_memcpy1:
|
|||
bx lr
|
||||
|
||||
.section .iwram.memcpy, "ax", %progbits
|
||||
.align 2
|
||||
.global memcpy
|
||||
memcpy:
|
||||
push {r0, lr}
|
||||
|
|
|
@ -16,9 +16,9 @@
|
|||
*/
|
||||
|
||||
.arm
|
||||
.align 2
|
||||
|
||||
.section .iwram.__aeabi_memset, "ax", %progbits
|
||||
.align 2
|
||||
.global __aeabi_memclr
|
||||
__aeabi_memclr:
|
||||
mov r2, #0
|
||||
|
@ -109,6 +109,7 @@ __agbabi_wordset4:
|
|||
bx lr
|
||||
|
||||
.section .iwram.memset, "ax", %progbits
|
||||
.align 2
|
||||
.global memset
|
||||
memset:
|
||||
mov r3, r1
|
||||
|
|
Loading…
Reference in a new issue