[PATCH] include: Fix ASM_CFI definition
Signed-off-by: André Hentschel <nerv(a)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
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=52289 Your paranoid android. === debian9 (build log) === Task: Patch failed to apply === debian9 (build log) === Task: Patch failed to apply
participants (2)
-
André Hentschel -
Marvin