Fix AngelScript build on FreeBSD non-x86

This commit is contained in:
myfreeweb 2019-07-11 12:49:35 +03:00 committed by GitHub
parent 963c6de4cd
commit ac99ace874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -953,7 +953,7 @@
#define COMPLEX_RETURN_MASK (asOBJ_APP_CLASS_DESTRUCTOR | asOBJ_APP_CLASS_COPY_CONSTRUCTOR | asOBJ_APP_ARRAY) #define COMPLEX_RETURN_MASK (asOBJ_APP_CLASS_DESTRUCTOR | asOBJ_APP_CLASS_COPY_CONSTRUCTOR | asOBJ_APP_ARRAY)
#define THISCALL_PASS_OBJECT_POINTER_ON_THE_STACK #define THISCALL_PASS_OBJECT_POINTER_ON_THE_STACK
#define AS_X86 #define AS_X86
#elif defined(__LP64__) #elif defined(__x86_64__)
#define AS_X64_GCC #define AS_X64_GCC
#define HAS_128_BIT_PRIMITIVES #define HAS_128_BIT_PRIMITIVES
#define SPLIT_OBJS_BY_MEMBER_TYPES #define SPLIT_OBJS_BY_MEMBER_TYPES