X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/eb1cde05bb040f65c511ae4fa854abf1628afdf2..1f2f436a38f7ae2d39a943ad2898d8fed4ed2e58:/i386/string/strncpy.s?ds=sidebyside diff --git a/i386/string/strncpy.s b/i386/string/strncpy.s index dced178..69edfd9 100644 --- a/i386/string/strncpy.s +++ b/i386/string/strncpy.s @@ -179,8 +179,7 @@ LFound0: LZeroBuffer: pushl %ecx // remaining buffer size pushl %edi // ptr to 1st unstored byte - movl $(_COMM_PAGE_BZERO),%eax - call %eax + call _bzero addl $8,%esp // pop off the arguments LDone: