From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MAgxb-0003qn-5k for qemu-devel@nongnu.org; Sun, 31 May 2009 05:04:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MAgxV-0003kF-Og for qemu-devel@nongnu.org; Sun, 31 May 2009 05:04:05 -0400 Received: from [199.232.76.173] (port=47081 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MAgxV-0003k2-KV for qemu-devel@nongnu.org; Sun, 31 May 2009 05:04:01 -0400 Received: from moutng.kundenserver.de ([212.227.126.171]:61644) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MAgxU-0001Si-Th for qemu-devel@nongnu.org; Sun, 31 May 2009 05:04:01 -0400 Subject: Re: [Qemu-devel] [PATCH 04/17] m68k: add missing accessing modes for some instructions. From: Laurent Vivier In-Reply-To: <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> <20090531020603.GA9089@miranda.arrow> Content-Type: text/plain; charset=utf-8 Date: Sun, 31 May 2009 11:03:56 +0200 Message-Id: <1243760636.5668.0.camel@Quad> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stuart Brady Cc: qemu-devel@nongnu.org Le dimanche 31 mai 2009 =C3=A0 03:06 +0100, Stuart Brady a =C3=A9crit : > I just happened to notice these: >=20 > On Sat, May 30, 2009 at 12:41:48AM +0200, Laurent Vivier wrote: > > +/* Read a 8-bit immediat constant */ >=20 > Should be: > /* Read an 8-bit immediate constant */ > ^ ^ >=20 > > +/* Read a 16-bit immediat constant */ >=20 > Should be: > /* Read a 16-bit immediate constant */ > ^ >=20 > If I knew more about the M68K, perhaps I'd be of more help... :/ Corrected, thank you. Regards, Laurent