From 13ff59c43fcf7ddede25579a8651d7ba50ecaa31 Mon Sep 17 00:00:00 2001 From: Jonghyun Park Date: Fri, 27 Jan 2017 20:58:40 +0900 Subject: Enable IsInPrologOrEpilog only if GC Info Decoder is not used (#9136) * Enable IsInPrologOrEpilog only if GC Info Decoder is not used --- src/vm/eedbginterface.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vm/eedbginterface.h') diff --git a/src/vm/eedbginterface.h b/src/vm/eedbginterface.h index b65ab348cf..8c8c44d3e2 100644 --- a/src/vm/eedbginterface.h +++ b/src/vm/eedbginterface.h @@ -139,8 +139,10 @@ public: #ifndef DACCESS_COMPILE +#ifndef USE_GC_INFO_DECODER virtual BOOL IsInPrologOrEpilog(const BYTE *address, size_t* prologSize) = 0; +#endif // Determine whether certain native offsets of the specified function are within // an exception filter or handler. -- cgit v1.2.3