From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB57u-0005XQ-MV for qemu-devel@nongnu.org; Wed, 05 Feb 2014 11:15:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WB57k-0004Sb-4U for qemu-devel@nongnu.org; Wed, 05 Feb 2014 11:15:02 -0500 Message-ID: <52F26367.8000005@gmail.com> Date: Wed, 05 Feb 2014 10:14:31 -0600 From: Tom Musta MIME-Version: 1.0 References: <1391196846-12188-1-git-send-email-tommusta@gmail.com> <1391196846-12188-10-git-send-email-tommusta@gmail.com> <786FC962-C5A8-4B8F-B798-444EB9650781@suse.de> In-Reply-To: <786FC962-C5A8-4B8F-B798-444EB9650781@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [V2 PATCH 9/9] target-ppc: Add Store Quadword Conditional List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: "list@suse.de:PowerPC" , qemu-devel On 2/5/2014 3:48 AM, Alexander Graf wrote: > Does this work? After this val contains reserve_val2, but further down that one gets checked against reserve_val so the comparison is broken, no? Yes. I believe you are correct. Thanks, Alex.