From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=45202 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrTt6-0001Re-Fi for qemu-devel@nongnu.org; Mon, 21 Feb 2011 06:25:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PrTt5-0007wq-B9 for qemu-devel@nongnu.org; Mon, 21 Feb 2011 06:25:08 -0500 Received: from mail-ew0-f52.google.com ([209.85.215.52]:35306) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PrTt5-0007wj-4v for qemu-devel@nongnu.org; Mon, 21 Feb 2011 06:25:07 -0500 Received: by ewy10 with SMTP id 10so452543ewy.11 for ; Mon, 21 Feb 2011 03:25:06 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1298286322-16634-1-git-send-email-peter.maydell@linaro.org> References: <1298286322-16634-1-git-send-email-peter.maydell@linaro.org> Date: Mon, 21 Feb 2011 11:25:05 +0000 Message-ID: Subject: Re: [Qemu-devel] [PATCH v3 0/2] target-arm: fix shift where src, dest overlap From: Peter Maydell Content-Type: text/plain; charset=UTF-8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: patches@linaro.org On 21 February 2011 11:05, Peter Maydell wrote: > Change from v3: removed two now-unnecessary uses of TCGV_UNUSED > (forgot to stg refresh before sending out patch series, sorry.) ...obviously I meant "Change from v2". Ah, Monday mornings :-) -- PMM