Support building x86 and arm64 without FFI_GO_CLOSURES (#586)
authorJeremy Huddleston Sequoia <jeremyhu@users.noreply.github.com>
Tue, 27 Oct 2020 14:06:21 +0000 (07:06 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Oct 2020 14:06:21 +0000 (10:06 -0400)
commit032b3cd6f7850f3ebc1269eeab7d1db3ea518d29
tree617af1d0b461d33857dec398c577b323427cf5dd
parent93cf288ddd59c7cb203c1aba25de5e5b8f308da6
Support building x86 and arm64 without FFI_GO_CLOSURES (#586)

* x86: Support building without FFI_GO_CLOSURES

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
* arm: Support building without FFI_GO_CLOSURES

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
src/arm/ffi.c
src/x86/ffi.c
src/x86/ffi64.c
src/x86/ffiw64.c