summaryrefslogtreecommitdiff
path: root/src/inc/jithelpers.h
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2015-02-25 14:46:31 -0800
committerdotnet-bot <dotnet-bot@microsoft.com>2015-02-25 14:46:31 -0800
commit93e7d209dc19ddeff0f5ea5e3686b3ec0efef447 (patch)
tree55f72673952ec7128ccddc4e84b0b51504f9d217 /src/inc/jithelpers.h
parentda9fdd2fa9ff585965b38a9d39fbcb596165977a (diff)
downloadcoreclr-93e7d209dc19ddeff0f5ea5e3686b3ec0efef447.tar.gz
coreclr-93e7d209dc19ddeff0f5ea5e3686b3ec0efef447.tar.bz2
coreclr-93e7d209dc19ddeff0f5ea5e3686b3ec0efef447.zip
FI from $/DevDiv/FXMain to $/DevDiv/FX/Product/ProjectK **FI_LABEL=22625.00**
[tfs-changeset: 1421297]
Diffstat (limited to 'src/inc/jithelpers.h')
-rw-r--r--src/inc/jithelpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/jithelpers.h b/src/inc/jithelpers.h
index 686004499c..6542582a17 100644
--- a/src/inc/jithelpers.h
+++ b/src/inc/jithelpers.h
@@ -175,7 +175,7 @@
JITHELPER1(CORINFO_HELP_VERIFICATION_RUNTIME_CHECK, JIT_VerificationRuntimeCheck,CORINFO_HELP_SIG_REG_ONLY, MDIL_HELP_VERIFICATION_RUNTIME_CHECK)
// GC support
- JITHELPER1(CORINFO_HELP_STOP_FOR_GC, JIT_RareDisableHelper,CORINFO_HELP_SIG_REG_ONLY, MDIL_HELP_STOP_FOR_GC)
+ DYNAMICJITHELPER1(CORINFO_HELP_STOP_FOR_GC, JIT_RareDisableHelper,CORINFO_HELP_SIG_REG_ONLY, MDIL_HELP_STOP_FOR_GC)
#ifdef ENABLE_FAST_GCPOLL_HELPER
DYNAMICJITHELPER1(CORINFO_HELP_POLL_GC, JIT_PollGC, CORINFO_HELP_SIG_REG_ONLY, MDIL_HELP_POLL_GC)
#else