windows-nt/Source/XPSP1/NT/sdktools/profiler/disasm.h

20 lines
214 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _DISASM_H_
#define _DISASM_H_
//
// Constant declarations
//
//
// Structure definitions
//
//
// Function definitions
//
extern
DWORD
GetInstructionLengthFromAddress(PVOID paddr);
#endif //_DISASM_H_