• Show log

    Commit

  • Hash : 8308bed5
    Author : Ivan Tadeu Ferreira Antunes Filho
    Date : 2024-09-20T06:01:23

    Move cfi_startproc after CNAME(label) (#857)
    
    This is a fix for https://github.com/libffi/libffi/issues/852: error: invalid CFI advance_loc expression on apple targets.
    
    The CFI for darwin arm64 was broken because the CNAME macro was being used after the
    cfi_startproc macro.