summaryrefslogtreecommitdiff
path: root/mjit_compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'mjit_compile.c')
-rw-r--r--mjit_compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mjit_compile.c b/mjit_compile.c
index 6ac5ec66b0..d7741f5383 100644
--- a/mjit_compile.c
+++ b/mjit_compile.c
@@ -8,7 +8,7 @@
/* NOTE: All functions in this file are executed on MJIT worker. So don't
call Ruby methods (C functions that may call rb_funcall) or trigger
- GC (using xmalloc, ZALLOC, etc.) in this file. */
+ GC (using ZALLOC, xmalloc, xfree, etc.) in this file. */
#include "internal.h"
#include "vm_core.h"