Author :
Ivan Tadeu Ferreira Antunes Filho
Date :
2024-09-20 06:01:23
Hash :8308bed5 Message :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.