Date: Sat, 26 Jun 2021 16:28:26 GMT From: Mateusz Guzik <mjg@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: bbc76189d5f7 - stable/12 - amd64: fixup MEMMOVE comment (10 -> r10) Message-ID: <202106261628.15QGSQ6N035259@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=bbc76189d5f78e04f4593c0ba97b7846dc32f72e commit bbc76189d5f78e04f4593c0ba97b7846dc32f72e Author: Mateusz Guzik <mjg@FreeBSD.org> AuthorDate: 2019-05-12 06:42:17 +0000 Commit: Mateusz Guzik <mjg@FreeBSD.org> CommitDate: 2021-06-26 15:55:34 +0000 amd64: fixup MEMMOVE comment (10 -> r10) Sponsored by: The FreeBSD Foundation (cherry picked from commit 45372f1a6f7a43d235b083e51c9265574201ad26) --- sys/amd64/amd64/support.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S index 1a08315c2c46..f12bf5f34f70 100644 --- a/sys/amd64/amd64/support.S +++ b/sys/amd64/amd64/support.S @@ -305,7 +305,7 @@ END(memcmp) * rsi - source * rdx - count * - * The macro possibly clobbers the above and: rcx, r8, r9, 10 + * The macro possibly clobbers the above and: rcx, r8, r9, r10 * It does not clobber rax nor r11. */ .macro MEMMOVE erms overlap begin end
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106261628.15QGSQ6N035259>