From c8553641ac8536ba6d61d3845cc24a56e607f44d Mon Sep 17 00:00:00 2001 From: Yann Droneaud Date: Mon, 26 Oct 2009 15:33:15 +0100 Subject: [PATCH] ntdll: Use __asm__ keyword instead of asm in signal_sparc.c. --- dlls/ntdll/signal_sparc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ntdll/signal_sparc.c b/dlls/ntdll/signal_sparc.c index afde5f8e554..54504024426 100644 --- a/dlls/ntdll/signal_sparc.c +++ b/dlls/ntdll/signal_sparc.c @@ -779,7 +779,7 @@ void signal_init_process(void) the process. wine-devel did not reach a conclusion on whether this is correct, because that is what x86 does, or it is harmful because it could obscure problems in user code */ - asm("ta 6"); /* 6 == ST_FIX_ALIGN defined in sys/trap.h */ + __asm__("ta 6"); /* 6 == ST_FIX_ALIGN defined in sys/trap.h */ return; error: