From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42619 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PN76U-0008Sz-Ry for qemu-devel@nongnu.org; Mon, 29 Nov 2010 12:01:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PN76S-0000AO-Af for qemu-devel@nongnu.org; Mon, 29 Nov 2010 12:01:26 -0500 Received: from mail.codesourcery.com ([38.113.113.100]:35879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PN76S-0000AA-1n for qemu-devel@nongnu.org; Mon, 29 Nov 2010 12:01:24 -0500 Date: Mon, 29 Nov 2010 09:01:22 -0800 From: Nathan Froyd Subject: Re: [Qemu-devel] [PATCH 02/12] target-arm: Fix mixup in decoding of saturating add and sub Message-ID: <20101129170122.GC8544@codesourcery.com> References: <1290538431-13170-1-git-send-email-peter.maydell@linaro.org> <1290538431-13170-3-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1290538431-13170-3-git-send-email-peter.maydell@linaro.org> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org On Tue, Nov 23, 2010 at 06:53:41PM +0000, Peter Maydell wrote: > From: Johan Bengtsson > > The thumb2 decoder contained a mixup between the bit controlling > doubling and the bit controlling if the operation was an add or a sub. > > Signed-off-by: Johan Bengtsson > Signed-off-by: Peter Maydell Reviewed-by: Nathan Froyd -Nathan