miscfuncs.cc: Fix comment preceeding x86_64 memset and friends.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2015-08-10 12:07:22 +02:00
parent 1641a85e8f
commit 1e15b46737
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2015-08-10 Corinna Vinschen <corinna@vinschen.de>
* miscfuncs.cc: Fix comment preceeding x86_64 memset and friends.
2015-08-10 Corinna Vinschen <corinna@vinschen.de> 2015-08-10 Corinna Vinschen <corinna@vinschen.de>
* uinfo.cc (cygheap_user::ontherange): Revert previous patch. * uinfo.cc (cygheap_user::ontherange): Revert previous patch.

View File

@ -898,10 +898,11 @@ err:
} }
#ifdef __x86_64__ #ifdef __x86_64__
/* These functions are almost verbatim NetBSD code, just wrapped in the /* These functions are almost verbatim FreeBSD code (even if ther header of
minimum required code to make them work with the MS AMD64 ABI. one file mentioneds NetBSD), just wrapped in the minimum required code to
See NetBSD src/lib/libc/amd64/string/memset.S make them work with the MS AMD64 ABI.
and NetBSD src/lib/libc/amd64/string/bcopy.S */ See FreeBSD src/lib/libc/amd64/string/memset.S
and FreeBSD src/lib/libc/amd64/string/bcopy.S */
asm volatile (" \n\ asm volatile (" \n\
/* \n\ /* \n\