get some gp2x stuff out of the way for others

This commit is contained in:
notaz 2017-08-06 23:22:53 +03:00
parent 34e424aa27
commit ae7830aae1
3 changed files with 7 additions and 1 deletions

View file

@ -299,6 +299,7 @@ m32_16_mo_no_unal2:
bx lr
#ifdef __GP2X__
.data
.align 4
@ -366,4 +367,6 @@ m32_16l_st_l_no_unal2:
ldmfd sp!, {r4-r9,lr}
bx lr
#endif /* __GP2X__ */
@ vim:filetype=armasm