summaryrefslogtreecommitdiff
path: root/src/vm/eventtrace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/eventtrace.cpp')
-rw-r--r--src/vm/eventtrace.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/eventtrace.cpp b/src/vm/eventtrace.cpp
index dab4436923..0587daef9d 100644
--- a/src/vm/eventtrace.cpp
+++ b/src/vm/eventtrace.cpp
@@ -3732,7 +3732,7 @@ VOID ETW::TypeSystemLog::FlushObjectAllocationEvents()
CONTRACTL
{
NOTHROW;
- GC_NOTRIGGER;
+ GC_TRIGGERS;
MODE_ANY;
CAN_TAKE_LOCK;
}