Refs #83. Added the missing ALIGN_5 macro on Mac OSX. However, it still exists SEGFAULT bug.

This commit is contained in:
Zhang Xianyi 2012-06-20 09:20:20 +08:00
parent 6cfcb54a28
commit 88c272f6a7
1 changed files with 1 additions and 0 deletions

View File

@ -425,6 +425,7 @@ REALNAME:
#define ALIGN_2 .align 2
#define ALIGN_3 .align 3
#define ALIGN_4 .align 4
#define ALIGN_5 .align 5
#define ffreep fstp
#endif