]> git.saurik.com Git - apple/libc.git/blobdiff - x86_64/string/strncpy.s
Libc-763.11.tar.gz
[apple/libc.git] / x86_64 / string / strncpy.s
index 7159cf10fae3de8629f418c26becc65e80076064..c926083d92354c229cd69a00d320a05c4350f051 100644 (file)
@@ -174,8 +174,7 @@ LFound0:
 
 LZeroBuffer:
        movq    %rdx,%rsi               // remaining buffer size (2nd argument)
-       movq    $(_COMM_PAGE_BZERO),%rax
-       call    *%rax
+       call    _bzero
 
 LDone:
        movq    %r8,%rax                // original dest ptr is return value