Date: Tue, 11 Jan 2011 19:17:13 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/amd64 cpu_switch.S Message-ID: <201101111917.p0BJHNH7084293@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dim 2011-01-11 19:17:13 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/amd64/amd64 cpu_switch.S
Log:
SVN rev 217277 on 2011-01-11 19:17:13Z by dim
MFC r215801:
Change ambiguous (or invalid, depending on how strict you want to be :)
assembly instruction "movw %rcx,2(%rax)" to "movw %cx,2(%rax)", since
the intent was to move 16 bits of data, in this case.
Found by: clang
Reviewed by: kib
Revision Changes Path
1.169.2.5 +1 -1 src/sys/amd64/amd64/cpu_switch.S
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101111917.p0BJHNH7084293>
