From owner-svn-src-all@FreeBSD.ORG Wed Nov 24 19:42:04 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 284921065670; Wed, 24 Nov 2010 19:42:04 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id DABA18FC19; Wed, 24 Nov 2010 19:42:03 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:9c8:7244:543f:bf5] (unknown [IPv6:2001:7b8:3a7:0:9c8:7244:543f:bf5]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 13AC15C5A; Wed, 24 Nov 2010 20:42:02 +0100 (CET) Message-ID: <4CED6A8D.4080707@FreeBSD.org> Date: Wed, 24 Nov 2010 20:42:05 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.13pre) Gecko/20101118 Lanikai/3.1.7pre MIME-Version: 1.0 To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201011241835.oAOIZBtO079680@svn.freebsd.org> In-Reply-To: <201011241835.oAOIZBtO079680@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: svn commit: r215801 - head/sys/amd64/amd64 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2010 19:42:04 -0000 On 2010-11-24 19:35, Dimitry Andric wrote: > Author: dim > Date: Wed Nov 24 18:35:11 2010 > New Revision: 215801 > URL: http://svn.freebsd.org/changeset/base/215801 > > Log: > 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 MFC after: 1 week