summaryrefslogtreecommitdiff
path: root/src/inc/eetwain.h
diff options
context:
space:
mode:
authorJonghyun Park <parjong@gmail.com>2017-01-31 18:43:27 +0900
committerJan Vorlicek <janvorli@microsoft.com>2017-01-31 10:43:27 +0100
commit93cb39e3c1bbd4407261926a7365949f288ebc37 (patch)
tree9ff3b2b488de43b122bc1ea420b610c357a682f1 /src/inc/eetwain.h
parentb2d57bb99fce38ef8b150d5eac5b0a56b6e5f6b2 (diff)
downloadcoreclr-93cb39e3c1bbd4407261926a7365949f288ebc37.tar.gz
coreclr-93cb39e3c1bbd4407261926a7365949f288ebc37.tar.bz2
coreclr-93cb39e3c1bbd4407261926a7365949f288ebc37.zip
Enable EECodeManager::GetGSCookieAddr when CROSSGEN_COMPILE is not defined (#9209)
Diffstat (limited to 'src/inc/eetwain.h')
-rw-r--r--src/inc/eetwain.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inc/eetwain.h b/src/inc/eetwain.h
index cf6e867d78..cbed0cc857 100644
--- a/src/inc/eetwain.h
+++ b/src/inc/eetwain.h
@@ -270,6 +270,7 @@ virtual PTR_VOID GetParamTypeArg(PREGDISPLAY pContext,
virtual GenericParamContextType GetParamContextType(PREGDISPLAY pContext,
EECodeInfo * pCodeInfo) = 0;
+#ifndef CROSSGEN_COMPILE
/*
Returns the offset of the GuardStack cookie if it exists.
Returns NULL if there is no cookie.
@@ -277,6 +278,7 @@ virtual GenericParamContextType GetParamContextType(PREGDISPLAY pContext,
virtual void * GetGSCookieAddr(PREGDISPLAY pContext,
EECodeInfo * pCodeInfo,
CodeManState * pState) = 0;
+#endif
#ifndef USE_GC_INFO_DECODER
/*
@@ -538,6 +540,7 @@ PTR_VOID GetExactGenericsToken(SIZE_T baseStackSlot,
#endif // WIN64EXCEPTIONS && !CROSSGEN_COMPILE
+#ifndef CROSSGEN_COMPILE
/*
Returns the offset of the GuardStack cookie if it exists.
Returns NULL if there is no cookie.
@@ -546,6 +549,7 @@ virtual
void * GetGSCookieAddr(PREGDISPLAY pContext,
EECodeInfo * pCodeInfo,
CodeManState * pState);
+#endif
#ifndef USE_GC_INFO_DECODER