From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzQgY-0000RM-Me for qemu-devel@nongnu.org; Fri, 02 Sep 2011 06:09:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QzQgX-0005SR-6J for qemu-devel@nongnu.org; Fri, 02 Sep 2011 06:09:18 -0400 Date: Fri, 2 Sep 2011 11:09:08 +0100 From: Stefan Hajnoczi Message-ID: <20110902100908.GA23425@stefanha-thinkpad.localdomain> References: <4e5c8d01.05cbe30a.22c4.ffffe8ac@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4e5c8d01.05cbe30a.22c4.ffffe8ac@mx.google.com> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] x86: fix daa opcode for al register values higher than 0xf9 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Boris Figovsky Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Tue, Aug 30, 2011 at 10:00:55AM +0300, Boris Figovsky wrote: > The second if statement should consider the original al register value, > and not the new one. > > Signed-off-by: Boris Figovsky > --- > target-i386/op_helper.c | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) Thanks, applied to the trivial patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan