Fixed small race condition between vm86_enter() and signal handling.
commit0b6c6e76051237dc7f353988426eabe3ca2a6144
authorOve Kaaven <ovek@arcticnet.no>
Fri, 29 Dec 2000 03:29:31 +0000 (29 03:29 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 29 Dec 2000 03:29:31 +0000 (29 03:29 +0000)
treeeb448f6b6008b230a8ff19311a357b741143c16c
parent38e5a6c425267686da01e8b9660c75803605a983
Fixed small race condition between vm86_enter() and signal handling.
Made separate save_vm86_context and restore_vm86_context functions.
dlls/ntdll/signal_i386.c