readme adjustments
[libpicofe.git] / gp2x / asmutils.s
index 92226b3..787ecb9 100644 (file)
@@ -1,3 +1,4 @@
+@ vim:filetype=armasm\r
 @ some color conversion and blitting routines\r
 \r
 @ (c) Copyright 2006, notaz\r
@@ -210,10 +211,9 @@ spend_cycles:
     bx      lr\r
 \r
 \r
-@ test\r
 .global flushcache\r
 \r
-flushcache:                                                                                                                                \r
-    swi #0x9f0002                                                                                                                      \r
-    mov pc, lr                                                                                                                         \r
-                               \r
+flushcache:\r
+    swi #0x9f0002\r
+    mov pc, lr\r
+\r