diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/osapi/modern.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/osapi/modern.h b/profiles/osapi/modern.h index 710eb54..5fc8e20 100644 --- a/profiles/osapi/modern.h +++ b/profiles/osapi/modern.h @@ -338,6 +338,15 @@ #define __EXTENSIONS__ 1 #endif +#ifdef __i386__ +#define HAVE_GCC_ASM_FOR_X87 1 +#endif + +#ifdef __x86_64__ +#define HAVE_GCC_ASM_FOR_X87 1 +#define HAVE_GCC_ASM_FOR_X64 1 +#endif + #define _BSD_TYPES 1 #define _DARWIN_C_SOURCE 1 |