зеркало из https://github.com/github/ruby.git
Moved vm_empty_cc to local in vm.c [Bug #16934]
Missed to commit a staged change.
This commit is contained in:
Родитель
8b22fd27f1
Коммит
a9e0046c26
|
@ -342,21 +342,8 @@ vm_cc_valid_p(const struct rb_callcache *cc, const rb_callable_method_entry_t *c
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef MJIT_HEADER
|
||||
extern const struct rb_callcache *vm_empty_cc;
|
||||
#else
|
||||
extern const struct rb_callcache *rb_vm_empty_cc(void);
|
||||
#endif
|
||||
|
||||
static inline const struct rb_callcache *
|
||||
vm_cc_empty(void)
|
||||
{
|
||||
#ifndef MJIT_HEADER
|
||||
return vm_empty_cc;
|
||||
#else
|
||||
return rb_vm_empty_cc();
|
||||
#endif
|
||||
}
|
||||
#define vm_cc_empty() rb_vm_empty_cc()
|
||||
|
||||
/* callcache: mutete */
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче