diff options
-rw-r--r-- | src/framework/Platform/Define.h | 2 | ||||
-rw-r--r-- | src/shared/revision_nr.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/framework/Platform/Define.h b/src/framework/Platform/Define.h index 7a7bdcab419..59c2418c745 100644 --- a/src/framework/Platform/Define.h +++ b/src/framework/Platform/Define.h @@ -57,6 +57,8 @@ # define TRINITY_GET_PROC_ADDR dlsym # if defined(__APPLE_CC__) && defined(BIG_ENDIAN) # define TRINITY_IMPORT __attribute__ ((longcall)) +# elif defined(__x86_64__) +# define TRINITY_IMPORT # else # define TRINITY_IMPORT __attribute__ ((cdecl)) # endif //__APPLE_CC__ && BIG_ENDIAN diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index b22640c2f98..8c833b0df4a 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7419" + #define REVISION_NR "7420" #endif // __REVISION_NR_H__ |