From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0BKa-0004RR-QV for qemu-devel@nongnu.org; Thu, 05 Oct 2017 14:57:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0BKa-0005ct-4D for qemu-devel@nongnu.org; Thu, 05 Oct 2017 14:57:12 -0400 Received: from mail-qt0-x22f.google.com ([2607:f8b0:400d:c0d::22f]:46517) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e0BKZ-0005cK-V7 for qemu-devel@nongnu.org; Thu, 05 Oct 2017 14:57:12 -0400 Received: by mail-qt0-x22f.google.com with SMTP id 6so18183522qtw.3 for ; Thu, 05 Oct 2017 11:57:11 -0700 (PDT) References: <1506092407-26985-1-git-send-email-peter.maydell@linaro.org> <1506092407-26985-18-git-send-email-peter.maydell@linaro.org> From: Richard Henderson Message-ID: Date: Thu, 5 Oct 2017 14:57:08 -0400 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 17/20] target/arm: Implement SG instruction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-arm , QEMU Developers , "patches@linaro.org" On 10/05/2017 02:55 PM, Peter Maydell wrote: > Oops. I missed this in my testing because it happens that the > two halves of an SG instruction are the same value :-) Hah. I didn't notice that either. r~