From 88c272f6a739039460afbca3e47b55cd3555f585 Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Wed, 20 Jun 2012 09:20:20 +0800 Subject: [PATCH] Refs #83. Added the missing ALIGN_5 macro on Mac OSX. However, it still exists SEGFAULT bug. --- common_x86_64.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common_x86_64.h b/common_x86_64.h index 7b6d11f7d..19b0ac53c 100644 --- a/common_x86_64.h +++ b/common_x86_64.h @@ -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