Match the main-branch location of yjit in inits.c
This commit is contained in:
parent
40608d0b7b
commit
da305dd23e
2
inits.c
2
inits.c
@ -97,9 +97,9 @@ rb_call_builtin_inits(void)
|
|||||||
BUILTIN(array);
|
BUILTIN(array);
|
||||||
BUILTIN(kernel);
|
BUILTIN(kernel);
|
||||||
BUILTIN(timev);
|
BUILTIN(timev);
|
||||||
|
BUILTIN(yjit);
|
||||||
BUILTIN(nilclass);
|
BUILTIN(nilclass);
|
||||||
BUILTIN(marshal);
|
BUILTIN(marshal);
|
||||||
BUILTIN(yjit);
|
|
||||||
Init_builtin_prelude();
|
Init_builtin_prelude();
|
||||||
}
|
}
|
||||||
#undef CALL
|
#undef CALL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user