зеркало из https://github.com/github/ruby.git
RJIT: Correct the macro that defines rb_vm_insns_count
This commit is contained in:
Родитель
8d5af353b2
Коммит
96e4f42b3d
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#if USE_YJIT
|
#if USE_YJIT || USE_RJIT
|
||||||
// The number of instructions executed on vm_exec_core. --yjit-stats uses this.
|
// The number of instructions executed on vm_exec_core. --yjit-stats uses this.
|
||||||
uint64_t rb_vm_insns_count = 0;
|
uint64_t rb_vm_insns_count = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
Загрузка…
Ссылка в новой задаче