Browse Source

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

tags/v0.2.0^2
Zhang Xianyi 13 years ago
parent
commit
88c272f6a7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      common_x86_64.h

+ 1
- 0
common_x86_64.h View File

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




Loading…
Cancel
Save