From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XINwe-0001C6-8I for qemu-devel@nongnu.org; Fri, 15 Aug 2014 16:17:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XINwY-0000kx-A8 for qemu-devel@nongnu.org; Fri, 15 Aug 2014 16:17:52 -0400 Sender: Richard Henderson Message-ID: <53EE6ADD.20006@twiddle.net> Date: Fri, 15 Aug 2014 10:17:33 -1000 From: Richard Henderson MIME-Version: 1.0 References: <1407785009-6538-1-git-send-email-tommusta@gmail.com> <1407785009-6538-9-git-send-email-tommusta@gmail.com> In-Reply-To: <1407785009-6538-9-git-send-email-tommusta@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 8/8] target-ppc: Bug Fix: srad List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tom Musta , qemu-devel@nongnu.org, qemu-ppc@nongnu.org Cc: agraf@suse.de On 08/11/2014 09:23 AM, Tom Musta wrote: > Fix the check for carry in the srad helper to properly construct > the mask -- a "1ULL" must be used (instead of "1") in order to > get the desired result. > > Signed-off-by: Tom Musta > --- > target-ppc/int_helper.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Reviewed-by: Richard Henderson r~