From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K0EEw-0007Yw-NJ for qemu-devel@nongnu.org; Sun, 25 May 2008 07:18:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K0EEv-0007WG-2b for qemu-devel@nongnu.org; Sun, 25 May 2008 07:18:14 -0400 Received: from [199.232.76.173] (port=35865 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K0EEu-0007W2-LZ for qemu-devel@nongnu.org; Sun, 25 May 2008 07:18:12 -0400 Received: from rv-out-0708.google.com ([209.85.198.251]:39032) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K0EEu-0006It-HT for qemu-devel@nongnu.org; Sun, 25 May 2008 07:18:12 -0400 Received: by rv-out-0708.google.com with SMTP id f25so1375015rvb.22 for ; Sun, 25 May 2008 04:18:07 -0700 (PDT) Message-ID: <761ea48b0805250418w2801a9ecta06985c63e719f79@mail.gmail.com> Date: Sun, 25 May 2008 13:18:07 +0200 From: "Laurent Desnogues" Subject: Re: [Qemu-devel] [PATCH] ARM: ldrex/strex only valid v6 In-Reply-To: <20080525095106.GA7834@os.inf.tu-dresden.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080525095106.GA7834@os.inf.tu-dresden.de> 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 On Sun, May 25, 2008 at 11:51 AM, Adam Lackorzynski wrote: > > ldrex and strex are only valid instructions for v6 and up. There are many other places in translate.c that deal with the various ldrex/strex instructions. Some are v6, some others are v6K, some are v6T2 and some are v7. Did you check all of them? :-) Laurent