internal.h: resurrect --disable-mjit-support
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3f84ef9740
commit
83aff333cd
@ -1638,6 +1638,7 @@ VALUE mjit_resume(void);
|
||||
#else
|
||||
#define mjit_enabled 0
|
||||
static inline VALUE mjit_pause(int wait_p){ return Qnil; } /* unreachable */
|
||||
static inline void mjit_pause_without_ints(void){} /* unreachable */
|
||||
static inline VALUE mjit_resume(void){ return Qnil; } /* unreachable */
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user