From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MAaRB-0005jB-56 for qemu-devel@nongnu.org; Sat, 30 May 2009 22:06:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MAaR6-0005hs-KT for qemu-devel@nongnu.org; Sat, 30 May 2009 22:06:12 -0400 Received: from [199.232.76.173] (port=42088 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MAaR6-0005hj-Gl for qemu-devel@nongnu.org; Sat, 30 May 2009 22:06:08 -0400 Received: from mtaout02-winn.ispmail.ntl.com ([81.103.221.48]:12000) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MAaR5-0000DU-V9 for qemu-devel@nongnu.org; Sat, 30 May 2009 22:06:08 -0400 Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090531020606.MRZT6611.mtaout02-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com> for ; Sun, 31 May 2009 03:06:06 +0100 Received: from miranda.arrow ([213.107.24.213]) by aamtaout03-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20090531020606.RYTI2093.aamtaout03-winn.ispmail.ntl.com@miranda.arrow> for ; Sun, 31 May 2009 03:06:06 +0100 Received: from sdb by miranda.arrow with local (Exim 4.63) (envelope-from ) id 1MAaR2-0002NI-1k for qemu-devel@nongnu.org; Sun, 31 May 2009 03:06:04 +0100 Date: Sun, 31 May 2009 03:06:03 +0100 From: Stuart Brady Subject: Re: [Qemu-devel] [PATCH 04/17] m68k: add missing accessing modes for some instructions. Message-ID: <20090531020603.GA9089@miranda.arrow> References: <1243636921-23054-1-git-send-email-laurent@vivier.eu> <1243636921-23054-2-git-send-email-laurent@vivier.eu> <1243636921-23054-3-git-send-email-laurent@vivier.eu> <1243636921-23054-4-git-send-email-laurent@vivier.eu> <1243636921-23054-5-git-send-email-laurent@vivier.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1243636921-23054-5-git-send-email-laurent@vivier.eu> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I just happened to notice these: On Sat, May 30, 2009 at 12:41:48AM +0200, Laurent Vivier wrote: > +/* Read a 8-bit immediat constant */ Should be: /* Read an 8-bit immediate constant */ ^ ^ > +/* Read a 16-bit immediat constant */ Should be: /* Read a 16-bit immediate constant */ ^ If I knew more about the M68K, perhaps I'd be of more help... :/ Cheers, -- Stuart Brady