We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963c6de commit ac99aceCopy full SHA for ac99ace
lib/angelscript/source/as_config.h
@@ -953,7 +953,7 @@
953
#define COMPLEX_RETURN_MASK (asOBJ_APP_CLASS_DESTRUCTOR | asOBJ_APP_CLASS_COPY_CONSTRUCTOR | asOBJ_APP_ARRAY)
954
#define THISCALL_PASS_OBJECT_POINTER_ON_THE_STACK
955
#define AS_X86
956
- #elif defined(__LP64__)
+ #elif defined(__x86_64__)
957
#define AS_X64_GCC
958
#define HAS_128_BIT_PRIMITIVES
959
#define SPLIT_OBJS_BY_MEMBER_TYPES
0 commit comments