qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH RESEND 03/10] target/ppc: Move mffsl to decodetree


From: Richard Henderson
Subject: Re: [PATCH RESEND 03/10] target/ppc: Move mffsl to decodetree
Date: Tue, 17 May 2022 11:45:53 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 5/17/22 09:47, Víctor Colombo wrote:
-    do_mffsc(a->rt);
+    do_mffsc(a->rt, 0xFFFFFFFFFFFFFFFFULL);

BTW, prefer -1 or ~0 or UINT64_MAX.  No one needs to count F's.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]