summaryrefslogtreecommitdiff
path: root/src/vm/ilstubresolver.cpp
diff options
context:
space:
mode:
authorJonghyun Park <parjong@gmail.com>2016-08-13 00:02:22 +0900
committerJan Kotas <jkotas@microsoft.com>2016-08-12 08:02:22 -0700
commit6abfacbb2da9b4ddbe59ac59de3fb98b3f90833a (patch)
tree220ac07ee170281724b388a2129f559db68f980c /src/vm/ilstubresolver.cpp
parent79120130f96574de549de69fd06888cac444f878 (diff)
downloadcoreclr-6abfacbb2da9b4ddbe59ac59de3fb98b3f90833a.tar.gz
coreclr-6abfacbb2da9b4ddbe59ac59de3fb98b3f90833a.tar.bz2
coreclr-6abfacbb2da9b4ddbe59ac59de3fb98b3f90833a.zip
Enable FEATURE_STUBS_AS_IL for ARM/Linux (#6500)
This commit enables FEATURE_STUBS_AS_IL for ARM/Linux. This commit tries to fix #6452.
Diffstat (limited to 'src/vm/ilstubresolver.cpp')
-rw-r--r--src/vm/ilstubresolver.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm/ilstubresolver.cpp b/src/vm/ilstubresolver.cpp
index aea5c69487..64ff99f67e 100644
--- a/src/vm/ilstubresolver.cpp
+++ b/src/vm/ilstubresolver.cpp
@@ -91,6 +91,7 @@ LPCUTF8 ILStubResolver::GetStubMethodName()
case MulticastDelegateStub: return "IL_STUB_MulticastDelegate_Invoke";
case UnboxingILStub: return "IL_STUB_UnboxingStub";
case InstantiatingStub: return "IL_STUB_InstantiatingStub";
+ case SecureDelegateStub: return "IL_STUB_SecureDelegate_Invoke";
#endif
default:
UNREACHABLE_MSG("Unknown stub type");