windows-nt/Source/XPSP1/NT/base/wow64/mscpu/fraglib/cpu/findpc.h
2020-09-26 16:20:57 +08:00

29 lines
380 B
C

/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
findpc.h
Abstract:
This module declares a function to determine the address of the translation
cache within the callstack.
Author:
Barry Bond (barrybo) creation-date 13-May-1996
Revision History:
--*/
ULONG
FindPcInTranslationCache(
PEXCEPTION_POINTERS pExceptionPointers
);