Commit c8553641 authored by Yann Droneaud's avatar Yann Droneaud Committed by Alexandre Julliard

ntdll: Use __asm__ keyword instead of asm in signal_sparc.c.

parent 23e91047
......@@ -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:
......
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