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:
parent
1669956966
commit
021c5054f6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue