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

Commit 2527767

Browse files
Merge pull request #6417 from swaroop-sridhar/contract
GetGcInfo(): Add a missing contract declaration
2 parents 519d7d6 + 7b47c77 commit 2527767

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)