diff options
author | Takashi Kokubun <[email protected]> | 2022-12-26 22:46:40 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-03-05 22:11:20 -0800 |
commit | 9f8f1afba2572ead6ce5a8ca456cb9cabf094c98 (patch) | |
tree | 681863fd3b2bb86aba063e6bfffe361b7ddaf8cb /inits.c | |
parent | 5ab8cf3f0d01ea8bf11bb03b865669a68d56a35a (diff) |
Implement --mjit-stats
Diffstat (limited to 'inits.c')
-rw-r--r-- | inits.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,8 +106,8 @@ rb_call_builtin_inits(void) BUILTIN(nilclass); BUILTIN(marshal); #if USE_MJIT - BUILTIN(mjit); BUILTIN(mjit_c); + BUILTIN(mjit); #endif Init_builtin_prelude(); } |