https://bugs.kde.org/show_bug.cgi?id=444110

Carl Love <c...@us.ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Carl Love <c...@us.ibm.com> ---
Patch committed.

commit 873f3766955c4f5caacc014dbe3d4fa0a4f6f712 (HEAD -> master, origin/master,
origin/HEAD)
Author: Carl Love <c...@us.ibm.com>
Date:   Mon Oct 31 13:29:31 2022 -0400

    Bug 444110 priv/guest_ppc_toIR.c: warning: duplicated 'if' condition

    The compiler reported a duplicated condition in VEX/priv/guest_ppc_toIR.c
    The handling of the plbz and xxpermx instructions have the same if/elseif
    conditions.  The else if condition for the plbz instruction was wrong.  The
    elseif statement should be checking for pType2 not pType1.  The plbz
    instruction was inadvertently being handled by the else statement for
    the lbz instruction.

    This patch fixes the checking for the plbz and lbz instructions.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to