git: bbc76189d5f7 - stable/12 - amd64: fixup MEMMOVE comment (10 -> r10)
Mateusz Guzik
mjg at FreeBSD.org
Sat Jun 26 16:28:27 UTC 2021
The branch stable/12 has been updated by mjg:
URL: https://cgit.FreeBSD.org/src/commit/?id=bbc76189d5f78e04f4593c0ba97b7846dc32f72e
commit bbc76189d5f78e04f4593c0ba97b7846dc32f72e
Author: Mateusz Guzik <mjg at FreeBSD.org>
AuthorDate: 2019-05-12 06:42:17 +0000
Commit: Mateusz Guzik <mjg at 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
More information about the dev-commits-src-branches
mailing list