RJIT: Correct the macro that defines rb_vm_insns_count
This commit is contained in:
parent
8d5af353b2
commit
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user