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

Mark Wielaard <m...@klomp.org> changed:

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

--- Comment #2 from Mark Wielaard <m...@klomp.org> ---
commit b92d30bb6de3aec40be9ad368f10f881e2b84ca7
Author: Mark Wielaard <m...@klomp.org>
Date:   Thu Mar 4 19:24:06 2021 +0100

    arm64: Handle sp, lr, fp as DwReg in CfiExpr

    When copy_convert_CfiExpr_tree sees a DwReg on arm64 we simply call
    I_die_here; This causes an issue in the case we really do have to handle
    that case (see https://bugzilla.redhat.com/show_bug.cgi?id=1923493).

    Handle the stack pointer (sp), link register (x30) and frame pointer (x29),
    which we already keep in D3UnwindRegs, like we do for other architectures
    in evalCfiExpr and copy_convert_CfiExpr_tree.

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

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

Reply via email to