include: Always generate CFI directives on macOS.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47736
Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Ken Thomases 2019-09-26 13:38:16 -05:00 committed by Alexandre Julliard
parent 1669956966
commit 021c5054f6
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
# define __ASM_STDCALL(name,args) __ASM_NAME(name)
#endif
#ifdef __GCC_HAVE_DWARF2_CFI_ASM
#if defined(__GCC_HAVE_DWARF2_CFI_ASM) || defined(__APPLE__)
# define __ASM_CFI(str) str
#else
# define __ASM_CFI(str)