mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
get some gp2x stuff out of the way for others
This commit is contained in:
parent
34e424aa27
commit
ae7830aae1
3 changed files with 7 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue