We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e439d commit 0d9c6bcCopy full SHA for 0d9c6bc
src/coreclr/vm/codeman.cpp
@@ -4570,7 +4570,7 @@ void InterpreterJitManager::JitTokenToMethodRegionInfo(const METHODTOKEN& Method
4570
methodRegionInfo->coldSize = 0;
4571
}
4572
4573
-#if !defined(DACCESS_COMPILE)
+#if !defined(DACCESS_COMPILE) && !defined(TARGET_WASM)
4574
IExecutionControl* InterpreterJitManager::GetExecutionControl()
4575
{
4576
LIMITED_METHOD_CONTRACT;
0 commit comments