summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-09-18 13:03:10 -0400
committerAnthony Green <green@moxielogic.com>2022-09-18 13:03:10 -0400
commitb05dc51bbe9aef6fcac66a8e68b59472bfaff126 (patch)
treeaa9bf8e251f9ed7f4126940507c86d2e28dc29d9 /src
parentcafdb8377a8be2eadac05c318fae9ef6786c36c2 (diff)
downloadlibffi-b05dc51bbe9aef6fcac66a8e68b59472bfaff126.tar.gz
Debug x86
Diffstat (limited to 'src')
-rw-r--r--src/x86/ffitarget.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/x86/ffitarget.h b/src/x86/ffitarget.h
index f454341..5a3399d 100644
--- a/src/x86/ffitarget.h
+++ b/src/x86/ffitarget.h
@@ -41,6 +41,9 @@
#if defined (X86_64) && defined (__i386__)
#undef X86_64
+#warning ******************************************************
+#warning ********** X86 IS DEFINED ****************************
+#warning ******************************************************
#define X86
#endif
@@ -85,9 +88,9 @@ typedef enum ffi_abi {
FFI_LAST_ABI,
#ifdef __GNUC__
FFI_DEFAULT_ABI = FFI_GNUW64
-#else
+#else
FFI_DEFAULT_ABI = FFI_WIN64
-#endif
+#endif
#elif defined(X86_64) || (defined (__x86_64__) && defined (X86_DARWIN))
FFI_FIRST_ABI = 1,
@@ -159,4 +162,3 @@ typedef enum ffi_abi {
#endif
#endif
-