summaryrefslogtreecommitdiff
path: root/src/jit/utils.cpp
diff options
context:
space:
mode:
authorsandreenko <seandree@microsoft.com>2016-10-21 14:19:18 -0700
committerGitHub <noreply@github.com>2016-10-21 14:19:18 -0700
commit0c77118cb8825163eaa60c9df3e460b9901ebd8b (patch)
tree4ef76756b30edcf0f8e2646f383139d7c38420c5 /src/jit/utils.cpp
parent65556875ba1c7cb07360bbbee0008556fd51572a (diff)
parentab97fb505212ee3d22ec6e5b7e6885040bd6b753 (diff)
downloadcoreclr-0c77118cb8825163eaa60c9df3e460b9901ebd8b.tar.gz
coreclr-0c77118cb8825163eaa60c9df3e460b9901ebd8b.tar.bz2
coreclr-0c77118cb8825163eaa60c9df3e460b9901ebd8b.zip
Merge pull request #7672 from sandreenko/helper-for-corert
Ready to run helper for static base lookups in shared generic code
Diffstat (limited to 'src/jit/utils.cpp')
-rw-r--r--src/jit/utils.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jit/utils.cpp b/src/jit/utils.cpp
index 199f641957..066fd7e544 100644
--- a/src/jit/utils.cpp
+++ b/src/jit/utils.cpp
@@ -1411,6 +1411,7 @@ void HelperCallProperties::init()
case CORINFO_HELP_GETGENERICS_GCSTATIC_BASE:
case CORINFO_HELP_GETGENERICS_NONGCSTATIC_BASE:
case CORINFO_HELP_READYTORUN_STATIC_BASE:
+ case CORINFO_HELP_READYTORUN_GENERIC_STATIC_BASE:
// These may invoke static class constructors
// These can throw InvalidProgram exception if the class can not be constructed