summaryrefslogtreecommitdiff
path: root/mjit_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'mjit_c.h')
-rw-r--r--mjit_c.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mjit_c.h b/mjit_c.h
index 69a37f3e80..5c08616dcd 100644
--- a/mjit_c.h
+++ b/mjit_c.h
@@ -107,6 +107,7 @@ extern uint8_t *rb_mjit_mem_block;
#define MJIT_RUNTIME_COUNTERS(...) struct rb_mjit_runtime_counters { size_t __VA_ARGS__; };
MJIT_RUNTIME_COUNTERS(
vm_insns_count,
+ mjit_insns_count,
send_kw_splat,
send_guard_known_object,
@@ -118,7 +119,7 @@ MJIT_RUNTIME_COUNTERS(
send_kwarg,
send_tailcall,
- mjit_insns_count
+ compiled_block_count
)
#undef MJIT_RUNTIME_COUNTERS
extern struct rb_mjit_runtime_counters rb_mjit_counters;