get some gp2x stuff out of the way for others
[picodrive.git] / pico / sound / mix_arm.S
similarity index 99%
rename from pico/sound/mix_arm.s
rename to pico/sound/mix_arm.S
index 60a0949..5088e61 100644 (file)
@@ -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