(PSP/PS3) Resolve namespace conflict with memcpy16 for PS3 -
[picodrive.git] / pico / misc_arm.s
index 15662a7..260094e 100644 (file)
@@ -6,9 +6,9 @@
  * See COPYING file in the top-level directory.
  */
 
-.global memcpy16 @ unsigned short *dest, unsigned short *src, int count
+.global pmemcpy16 @ unsigned short *dest, unsigned short *src, int count
 
-memcpy16:
+pmemcpy16:
     eor     r3, r0, r1
     tst     r3, #2
     bne     mcp16_cant_align