X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/3d9156a7a519a5e3aa1b92e9d9d4b991f1aed7ff..c957a83bde4df2e2d3d1ed0963656856b48ef0a0:/i386/string/bcopy.s diff --git a/i386/string/bcopy.s b/i386/string/bcopy.s index d9c3bdf..d5fa77a 100644 --- a/i386/string/bcopy.s +++ b/i386/string/bcopy.s @@ -36,13 +36,13 @@ #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