summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/vm/codeman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm/codeman.h b/src/vm/codeman.h
index ae86a25e93..f143dd642c 100644
--- a/src/vm/codeman.h
+++ b/src/vm/codeman.h
@@ -1771,6 +1771,7 @@ public:
PTR_VOID GetGCInfo()
{
+ WRAPPER_NO_CONTRACT;
return GetGCInfoToken().Info;
}