]> git.saurik.com Git - apple/libc.git/blobdiff - i386/string/bcopy.s
Libc-391.5.22.tar.gz
[apple/libc.git] / i386 / string / bcopy.s
index d9c3bdf37b51ba097a161854080034d39f8f84e8..d5fa77afb08de19825a837a19ece923b066d8dd6 100644 (file)
 #if defined(MEMCOPY)
 LEAF(_memcpy,0)
        movl    $(_COMM_PAGE_MEMCPY), %eax
-       jmpl    %eax
+       jmpl    *%eax
 #elif defined(MEMMOVE)
 LEAF(_memmove,0)
        movl    $(_COMM_PAGE_MEMMOVE), %eax
-       jmpl    %eax
+       jmpl    *%eax
 #else
 LEAF(_bcopy,0)
        movl    $(_COMM_PAGE_BCOPY), %eax
-       jmpl    %eax
+       jmpl    *%eax
 #endif