projects
/
platform
/
upstream
/
libffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56655e5
)
Add missing FFI_GNUW64 enum
author
Anthony Green
<green@moxielogic.com>
Sun, 18 Mar 2018 16:53:42 +0000
(12:53 -0400)
committer
Anthony Green
<green@moxielogic.com>
Sun, 18 Mar 2018 16:53:42 +0000
(12:53 -0400)
src/x86/ffitarget.h
patch
|
blob
|
history
diff --git
a/src/x86/ffitarget.h
b/src/x86/ffitarget.h
index
3a0efa5
..
85ccedf
100644
(file)
--- a/
src/x86/ffitarget.h
+++ b/
src/x86/ffitarget.h
@@
-94,6
+94,7
@@
typedef enum ffi_abi {
FFI_UNIX64,
FFI_WIN64,
FFI_EFI64 = FFI_WIN64,
+ FFI_GNUW64,
FFI_LAST_ABI,
FFI_DEFAULT_ABI = FFI_UNIX64