Skip to content
Snippets Groups Projects
Commit 3f90cb8c authored by André Zwing's avatar André Zwing Committed by Alexandre Julliard
Browse files

ntdll: Move a return out of a #ifdef.

parent fca621f2
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment