Match the main-branch location of yjit in inits.c

This commit is contained in:
Noah Gibbs 2021-10-18 14:06:03 +01:00 committed by Alan Wu
parent 40608d0b7b
commit da305dd23e

View File

@ -97,9 +97,9 @@ rb_call_builtin_inits(void)
BUILTIN(array);
BUILTIN(kernel);
BUILTIN(timev);
BUILTIN(yjit);
BUILTIN(nilclass);
BUILTIN(marshal);
BUILTIN(yjit);
Init_builtin_prelude();
}
#undef CALL