From 25792c17d44f4097ad5aedee87b4369cfdbef9f7 Mon Sep 17 00:00:00 2001 From: Noah Gibbs Date: Mon, 28 Jun 2021 18:06:03 +0100 Subject: Convert yjit static stat variables to counters --- yjit_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yjit_core.c') diff --git a/yjit_core.c b/yjit_core.c index e90347237f..c4f18e872f 100644 --- a/yjit_core.c +++ b/yjit_core.c @@ -344,7 +344,7 @@ add_block_version(blockid_t blockid, block_t* block) #if RUBY_DEBUG // First block compiled for this iseq - rb_compiled_iseq_count++; + yjit_runtime_counters.compiled_iseq_count++; #endif } -- cgit v1.2.3