File: flush_uppermem_cache.s

package info (click to toggle)
scummvm 1.4.1-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 77,184 kB
  • sloc: cpp: 1,031,793; asm: 28,817; ansic: 11,557; sh: 6,671; perl: 2,616; python: 2,544; xml: 1,782; java: 1,105; makefile: 1,054; objc: 779; sed: 11; php: 1
file content (5 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (6)
1
2
3
4
5
.global flush_uppermem_cache @ void *start_address, void *end_address, int flags

flush_uppermem_cache:
    swi #0x9f0002
    bx lr