From 36eaa4ea600891fce32bcc5a5cc892ffd6fc3a80 Mon Sep 17 00:00:00 2001 From: Riccardo Mottola Date: Mon, 23 Apr 2018 09:12:05 +0200 Subject: [PATCH] fix for x86 by Ken/MacPorts --- js/src/ctypes/libffi/src/x86/win32.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/ctypes/libffi/src/x86/win32.S b/js/src/ctypes/libffi/src/x86/win32.S index daf0e799c..539cae56f 100644 --- a/js/src/ctypes/libffi/src/x86/win32.S +++ b/js/src/ctypes/libffi/src/x86/win32.S @@ -1142,7 +1142,6 @@ L_ffi_closure_SYSV_inner$stub: #if defined(X86_WIN32) && !defined(__OS2__) .section .eh_frame,"w" -#endif .Lframe1: .LSCIE1: .long .LECIE1-.LASCIE1 /* Length of Common Information Entry */ @@ -1301,6 +1300,7 @@ L_ffi_closure_SYSV_inner$stub: /* End of DW_CFA_xxx CFI instructions. */ .align 4 .LEFDE5: +#endif /* defined(X86_WIN32) && !defined(__OS2__), for the eh_frame */ #endif /* !_MSC_VER */