Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2019 06:42:17 +0000 (UTC)
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r347504 - head/sys/amd64/amd64
Message-ID:  <201905120642.x4C6gH30098796@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mjg
Date: Sun May 12 06:42:17 2019
New Revision: 347504
URL: https://svnweb.freebsd.org/changeset/base/347504

Log:
  amd64: fixup MEMMOVE comment (10 -> r10)
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/amd64/amd64/support.S

Modified: head/sys/amd64/amd64/support.S
==============================================================================
--- head/sys/amd64/amd64/support.S	Sun May 12 06:39:30 2019	(r347503)
+++ head/sys/amd64/amd64/support.S	Sun May 12 06:42:17 2019	(r347504)
@@ -205,7 +205,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?201905120642.x4C6gH30098796>