]> git.saurik.com Git - apple/libc.git/blobdiff - i386/string/strncpy.s
Libc-763.11.tar.gz
[apple/libc.git] / i386 / string / strncpy.s
index dced178d3716f76274dc1bf9a85b199745ccf9da..69edfd9a1bf71327dbc03b06b942c1f5f1abeafc 100644 (file)
@@ -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: