Ticket #61153: FFI_GO_CLOSURES.patch
File FFI_GO_CLOSURES.patch, 481 bytes (added by ballapete (Peter "Pete" Dyballa), 4 years ago) |
---|
-
src/powerpc/ffitarget.h
old new 141 141 142 142 #define FFI_CLOSURES 1 143 143 #define FFI_NATIVE_RAW_API 0 144 #if defined (POWERPC) || defined (POWERPC_FREEBSD) 144 #if defined (POWERPC) || defined (POWERPC_FREEBSD) || defined (__POWERPC__) || defined (__POWERPC64__) 145 145 # define FFI_GO_CLOSURES 1 146 146 # define FFI_TARGET_SPECIFIC_VARIADIC 1 147 147 # define FFI_EXTRA_CIF_FIELDS unsigned nfixedargs