ntdll: Pass the error code to VIRTUAL_HandleFault, and allow it to ignore the exception.
commit81b9ca5dbd08dad57cc009935be0d7a9a339d69c
authorAlexandre Julliard <julliard@winehq.org>
Tue, 25 Nov 2008 11:02:16 +0000 (25 12:02 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 25 Nov 2008 11:02:16 +0000 (25 12:02 +0100)
treed4c628e44e7a8e061e36e7c5b426eb6c55e8f2b4
parentaece8e07007fb9c3c1ec26ecce4dd2b5194b1346
ntdll: Pass the error code to VIRTUAL_HandleFault, and allow it to ignore the exception.

Also rename it to virtual_handle_fault for consistency.
dlls/ntdll/ntdll_misc.h
dlls/ntdll/signal_i386.c
dlls/ntdll/signal_powerpc.c
dlls/ntdll/signal_sparc.c
dlls/ntdll/signal_x86_64.c
dlls/ntdll/virtual.c