|
From: | Richard Henderson |
Subject: | Re: [Qemu-ppc] [Qemu-devel] [PATCH 8/8] target-ppc: Bug Fix: srad |
Date: | Fri, 15 Aug 2014 10:17:33 -1000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0 |
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 <address@hidden> > --- > target-ppc/int_helper.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Reviewed-by: Richard Henderson <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |