From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAqOZ-0004jV-3y for qemu-devel@nongnu.org; Thu, 11 Dec 2008 13:36:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAqOX-0004h1-F3 for qemu-devel@nongnu.org; Thu, 11 Dec 2008 13:36:18 -0500 Received: from [199.232.76.173] (port=38171 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAqOW-0004gl-Sp for qemu-devel@nongnu.org; Thu, 11 Dec 2008 13:36:16 -0500 Received: from mx20.gnu.org ([199.232.41.8]:4620) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LAqOW-0007RF-IZ for qemu-devel@nongnu.org; Thu, 11 Dec 2008 13:36:16 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LAqOV-0004u8-MQ for qemu-devel@nongnu.org; Thu, 11 Dec 2008 13:36:15 -0500 From: Paul Brook Subject: Re: [Qemu-devel] SH: Implement MOVCO.L and MOVLI.L Date: Thu, 11 Dec 2008 18:36:13 +0000 References: <200812112127.29115.vladimir@codesourcery.com> In-Reply-To: <200812112127.29115.vladimir@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812111836.13561.paul@codesourcery.com> 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 Cc: Vladimir Prus On Thursday 11 December 2008, Vladimir Prus wrote: > This patch implements a couple more instructions > specific to SH4A. > + For now, do unconditional move. FIXME. I can't make sense of this FIXME. Paul