summaryrefslogtreecommitdiff
path: root/inits.c
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-09-18 21:45:58 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2022-09-23 06:44:28 +0900
commitf2bea691cd12150a526ddc4be95c5396f07920ba (patch)
tree654431ea4c7f7816b491ba28c77afe83e670410d /inits.c
parent88bf8ad6e99fa36c7b4a0b5cbb6fc99777360855 (diff)
Builtin RubyVM::MJIT::C
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6418
Diffstat (limited to 'inits.c')
-rw-r--r--inits.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/inits.c b/inits.c
index 65a54d8f29..9decba3c11 100644
--- a/inits.c
+++ b/inits.c
@@ -104,6 +104,7 @@ rb_call_builtin_inits(void)
BUILTIN(marshal);
#if USE_MJIT
BUILTIN(mjit);
+ BUILTIN(mjit_c);
BUILTIN(mjit_compiler);
#endif
Init_builtin_prelude();