cache (on framebuffer mem) flush fix from 2007 (gpsp09-2xb_2)
[gpsp.git] / gp2x / flush_cache.S
CommitLineData
01087863 1@ vim:filetype=armasm
2
3.global gp2x_flush_cache @ beginning_addr, end_addr, flags
4
5gp2x_flush_cache:
6 swi #0x9f0002
7 mov pc, lr
8