[PATCH 3/3] ntdll: use __asm__ keyword instead of asm in signal_sparc.c

Yann Droneaud yann at droneaud.fr
Mon Oct 26 09:33:15 CDT 2009


---
 dlls/ntdll/signal_sparc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/signal_sparc.c b/dlls/ntdll/signal_sparc.c
index afde5f8..5450402 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:
-- 
1.6.2.5




More information about the wine-patches mailing list