1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Export MicroJIT global used in MJIT

This commit is contained in:
Alan Wu 2020-10-16 13:44:09 -04:00
parent e677ca4af0
commit a245db8df8

View file

@ -10,7 +10,9 @@ typedef struct rb_iseq_struct rb_iseq_t;
#define rb_iseq_t rb_iseq_t
#endif
RUBY_SYMBOL_EXPORT_BEGIN
extern bool rb_ujit_enabled;
RUBY_SYMBOL_EXPORT_END
static inline
bool rb_ujit_enabled_p(void)