X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fmisc.c;h=ba24f95f8822976bfcdece3f103d6ac44ec814d6;hb=bee555aeac5dae1cd0567606eb6d42cd1ca0ddc4;hp=f9e85cdaac0e9d5b31226075f4ce3471cb201924;hpb=f18d0e083ce89df07ef7a0c0cf5dc200638ad5d2;p=picodrive.git diff --git a/pico/misc.c b/pico/misc.c index f9e85cd..ba24f95 100644 --- a/pico/misc.c +++ b/pico/misc.c @@ -99,7 +99,7 @@ typedef struct int b7; } intblock; -PICO_INTERNAL_ASM void memcpy16(unsigned short *dest, unsigned short *src, int count) +PICO_INTERNAL_ASM void pmemcpy16(unsigned short *dest, unsigned short *src, int count) { if ((((long)dest | (long)src) & 3) == 0) {