Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 7b47c77

Browse files
author
Swaroop Sridhar
committed
GetGcInfo(): Add a missing contract declaration
1 parent ece6cb3 commit 7b47c77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vm/codeman.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,6 +1771,7 @@ class EECodeInfo
17711771

17721772
PTR_VOID GetGCInfo()
17731773
{
1774+
WRAPPER_NO_CONTRACT;
17741775
return GetGCInfoToken().Info;
17751776
}
17761777

0 commit comments

Comments
 (0)