ntdll: Add a helper function to check that a fault address lies in a known virtual...
authorAlexandre Julliard <julliard@winehq.org>
Tue, 12 Feb 2013 18:56:08 +0000 (19:56 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 12 Feb 2013 18:56:19 +0000 (19:56 +0100)
commit99d89b347fd3cf6281817ff6fe884be8b359f944
treec51e6a010f583f5e53a8f5f64cef6c61c8920a10
parent88367a3c58df9993164124c3abd558d6e4ffb12c
ntdll: Add a helper function to check that a fault address lies in a known virtual memory view.
dlls/ntdll/ntdll_misc.h
dlls/ntdll/signal_i386.c
dlls/ntdll/virtual.c