From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LCfyv-0007ND-3L for qemu-devel@nongnu.org; Tue, 16 Dec 2008 14:53:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LCfyu-0007Mp-Af for qemu-devel@nongnu.org; Tue, 16 Dec 2008 14:53:24 -0500 Received: from [199.232.76.173] (port=52967 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCfyu-0007Mj-3b for qemu-devel@nongnu.org; Tue, 16 Dec 2008 14:53:24 -0500 Received: from mx20.gnu.org ([199.232.41.8]:28999) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LCfyt-0007A6-Rw for qemu-devel@nongnu.org; Tue, 16 Dec 2008 14:53:23 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LCfys-0001xr-7n for qemu-devel@nongnu.org; Tue, 16 Dec 2008 14:53:23 -0500 Date: Tue, 16 Dec 2008 11:53:21 -0800 From: Nathan Froyd Subject: Re: [Qemu-devel] [PATCH 13/42] target-ppc: add vmul{e, o}{s, u}{b, h} instructions. Message-ID: <20081216195321.GD24654@codesourcery.com> References: <1229379335-8782-1-git-send-email-froydnj@codesourcery.com> <1229379335-8782-2-git-send-email-froydnj@codesourcery.com> <43C77CD8-1674-4DF3-B39C-6AC8D4B3D811@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <43C77CD8-1674-4DF3-B39C-6AC8D4B3D811@web.de> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Tue, Dec 16, 2008 at 12:01:41AM +0100, Andreas Färber wrote: > Since this looks like a resubmission, please include a short change log. Fix thinko and use a->mul_element instead of b->mul_element in the evenp case in VMUL_DO. -Nathan