summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm.c b/vm.c
index f8d59ba563..c47b5924f8 100644
--- a/vm.c
+++ b/vm.c
@@ -2210,6 +2210,7 @@ Init_VM(void)
/* vm_backtrace.c */
Init_vm_backtrace();
+ VM_PROFILE_ATEXIT();
}
void