RJIT: Stop allowing leaked globals rjit_*

This commit is contained in:
Takashi Kokubun 2023-03-08 23:14:33 -08:00
parent a0918a4a80
commit f5909ac6d9
10 changed files with 74 additions and 74 deletions

View file

@ -165,7 +165,7 @@ dump_disasm(rb_execution_context_t *ec, VALUE self, VALUE from, VALUE to)
static VALUE
rjit_enabled_p(rb_execution_context_t *ec, VALUE self)
{
return RBOOL(rjit_enabled);
return RBOOL(rb_rjit_enabled);
}
static int