Skip to content

Commit 0d9c6bc

Browse files
committed
exclude wasm
1 parent 33e439d commit 0d9c6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/vm/codeman.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4570,7 +4570,7 @@ void InterpreterJitManager::JitTokenToMethodRegionInfo(const METHODTOKEN& Method
45704570
methodRegionInfo->coldSize = 0;
45714571
}
45724572

4573-
#if !defined(DACCESS_COMPILE)
4573+
#if !defined(DACCESS_COMPILE) && !defined(TARGET_WASM)
45744574
IExecutionControl* InterpreterJitManager::GetExecutionControl()
45754575
{
45764576
LIMITED_METHOD_CONTRACT;

0 commit comments

Comments
 (0)