scummvm/dists/gph/gp2x/mmuhack/flush_uppermem_cache.s
David-John Willis 7e0a88f69b GPH: Move all dist files into own folder under dists.
* Update vairous GPH bundle targets to suit new layout.
* Also add .in input files so we can automatically update version numbers.
2012-01-22 16:53:32 +00:00

5 lines
132 B
ArmAsm

.global flush_uppermem_cache @ void *start_address, void *end_address, int flags
flush_uppermem_cache:
swi #0x9f0002
bx lr