Skip to content

Commit

Permalink
Merge pull request dotnet#6417 from swaroop-sridhar/contract
Browse files Browse the repository at this point in the history
GetGcInfo(): Add a missing contract declaration
  • Loading branch information
swaroop-sridhar authored Jul 22, 2016
2 parents 519d7d6 + 7b47c77 commit 2527767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vm/codeman.h
Original file line number Diff line number Diff line change
Expand Up @@ -1771,6 +1771,7 @@ class EECodeInfo

PTR_VOID GetGCInfo()
{
WRAPPER_NO_CONTRACT;
return GetGCInfoToken().Info;
}

Expand Down

0 comments on commit 2527767

Please sign in to comment.