Add missing FFI_GNUW64 enum

This commit is contained in:
Anthony Green
2018-03-18 12:53:42 -04:00
parent 56655e58c7
commit 369ef49f71

View File

@@ -94,6 +94,7 @@ typedef enum ffi_abi {
FFI_UNIX64, FFI_UNIX64,
FFI_WIN64, FFI_WIN64,
FFI_EFI64 = FFI_WIN64, FFI_EFI64 = FFI_WIN64,
FFI_GNUW64,
FFI_LAST_ABI, FFI_LAST_ABI,
FFI_DEFAULT_ABI = FFI_UNIX64 FFI_DEFAULT_ABI = FFI_UNIX64