Commit 3f90cb8c authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

ntdll: Move a return out of a #ifdef.

parent fca621f2
......@@ -818,9 +818,9 @@ void signal_init_process(void)
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 */
return;
#endif
return;
error:
perror("sigaction");
exit(1);
......
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