[PATCH] include: Fix ASM_CFI definition

André Hentschel nerv at dawncrow.de
Wed May 15 14:42:02 CDT 2019


Signed-off-by: André Hentschel <nerv at dawncrow.de>
---
 include/wine/asm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/wine/asm.h b/include/wine/asm.h
index bf97bc03f46..1285c9032d7 100644
--- a/include/wine/asm.h
+++ b/include/wine/asm.h
@@ -36,7 +36,7 @@
 #ifdef __GCC_HAVE_DWARF2_CFI_ASM
 # define __ASM_CFI(str) str
 #else
-# define __ASM_CFI(str) str
+# define __ASM_CFI(str)
 #endif
 
 #ifdef _WIN32
-- 
2.17.1




More information about the wine-devel mailing list