#951 appears to have been half-implemented in powerpc/ffi_darwin.c, and left in an unbuildable state.
- The
PPC_LD_* definitions are absent, as these are defined in ffi_powerpc.h, which ffi_darwin.c does not include.
- The return type of
ffi_closure_helper_common() has been left as ffi_type*, which is inconsistent with the PPC_LD_* constants that are now returned.
#951 appears to have been half-implemented in powerpc/ffi_darwin.c, and left in an unbuildable state.
PPC_LD_*definitions are absent, as these are defined in ffi_powerpc.h, which ffi_darwin.c does not include.ffi_closure_helper_common()has been left asffi_type*, which is inconsistent with thePPC_LD_*constants that are now returned.