mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
RJIT: Correct the macro that defines rb_vm_insns_count
This commit is contained in:
parent
8d5af353b2
commit
96e4f42b3d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue