summaryrefslogtreecommitdiff
path: root/mjit_compiler.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 /mjit_compiler.c
parent88bf8ad6e99fa36c7b4a0b5cbb6fc99777360855 (diff)
Builtin RubyVM::MJIT::C
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6418
Diffstat (limited to 'mjit_compiler.c')
-rw-r--r--mjit_compiler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mjit_compiler.c b/mjit_compiler.c
index 2594678f77..f04f7b0c03 100644
--- a/mjit_compiler.c
+++ b/mjit_compiler.c
@@ -164,6 +164,7 @@ has_cache_for_send(rb_execution_context_t *ec, VALUE self, VALUE cc_addr, VALUE
extern bool rb_splat_or_kwargs_p(const struct rb_callinfo *restrict ci);
+#include "mjit_c.rbinc"
#include "mjit_compiler.rbinc"
#endif // USE_MJIT