Skip to content

Commit 2191010

Browse files
committed
Fix incorrect contract for GetInterpreterTarget
1 parent 44b5659 commit 2191010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/vm/dllimportcallback.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ class UMEntryThunkData
227227
#ifdef FEATURE_INTERPRETER
228228
PCODE GetInterpreterTarget()
229229
{
230-
STANDARD_VM_CONTRACT;
230+
LIMITED_METHOD_CONTRACT;
231231
return m_pInterpretedTarget;
232232
}
233233
#endif

0 commit comments

Comments
 (0)