diff options
author | sandreenko <seandree@microsoft.com> | 2016-10-21 14:19:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-21 14:19:18 -0700 |
commit | 0c77118cb8825163eaa60c9df3e460b9901ebd8b (patch) | |
tree | 4ef76756b30edcf0f8e2646f383139d7c38420c5 /src/jit/utils.cpp | |
parent | 65556875ba1c7cb07360bbbee0008556fd51572a (diff) | |
parent | ab97fb505212ee3d22ec6e5b7e6885040bd6b753 (diff) | |
download | coreclr-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.cpp | 1 |
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 |