summaryrefslogtreecommitdiff
path: root/src/vm/eedbginterfaceimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/eedbginterfaceimpl.h')
-rw-r--r--src/vm/eedbginterfaceimpl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vm/eedbginterfaceimpl.h b/src/vm/eedbginterfaceimpl.h
index 1752da8122..979c706fb2 100644
--- a/src/vm/eedbginterfaceimpl.h
+++ b/src/vm/eedbginterfaceimpl.h
@@ -124,8 +124,10 @@ public:
MethodDesc *GetNativeCodeMethodDesc(const PCODE address) DAC_UNEXPECTED();
+#ifndef USE_GC_INFO_DECODER
BOOL IsInPrologOrEpilog(const BYTE *address,
size_t* prologSize);
+#endif
void DetermineIfOffsetsInFilterOrHandler(const BYTE *functionAddress,
DebugOffsetToHandlerInfo *pOffsetToHandlerInfo,