зеркало из https://github.com/github/ruby.git
Fix the JIT-unsupported case
This commit is contained in:
Родитель
9947574b9c
Коммит
ed18093200
2
vm.c
2
vm.c
|
@ -415,7 +415,7 @@ jit_exec(rb_execution_context_t *ec)
|
|||
}
|
||||
}
|
||||
#else
|
||||
static inline jit_func_t jit_compile(rb_execution_context_t *ec) { return 0; }
|
||||
static inline rb_jit_func_t jit_compile(rb_execution_context_t *ec) { return 0; }
|
||||
static inline VALUE jit_exec(rb_execution_context_t *ec) { return Qundef; }
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче