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:
parent
e677ca4af0
commit
a245db8df8
1 changed files with 2 additions and 0 deletions
|
@ -10,7 +10,9 @@ typedef struct rb_iseq_struct rb_iseq_t;
|
||||||
#define rb_iseq_t rb_iseq_t
|
#define rb_iseq_t rb_iseq_t
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
RUBY_SYMBOL_EXPORT_BEGIN
|
||||||
extern bool rb_ujit_enabled;
|
extern bool rb_ujit_enabled;
|
||||||
|
RUBY_SYMBOL_EXPORT_END
|
||||||
|
|
||||||
static inline
|
static inline
|
||||||
bool rb_ujit_enabled_p(void)
|
bool rb_ujit_enabled_p(void)
|
||||||
|
|
Loading…
Reference in a new issue