Commit 021c5054 authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

include: Always generate CFI directives on macOS.

parent 16699569
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment