summaryrefslogtreecommitdiff
path: root/yjit_iface.h
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2021-10-04 11:26:28 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:42 -0400
commit70c5bbf84b569d293c0162c084c99d2ca609d9be (patch)
treedd64dc389b136b933611524012a8dbec171cd749 /yjit_iface.h
parentf021b35273c385ca469ba594527bb1fb53e30f96 (diff)
Fix counter names for getblockparamproxy. Print in --yjit-stats.
Diffstat (limited to 'yjit_iface.h')
-rw-r--r--yjit_iface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/yjit_iface.h b/yjit_iface.h
index 639c728c0c..9eef02c2d9 100644
--- a/yjit_iface.h
+++ b/yjit_iface.h
@@ -107,8 +107,8 @@ YJIT_DECLARE_COUNTERS(
expandarray_not_array,
expandarray_rhs_too_small,
- block_param_is_modified,
- block_handler_is_not_iseq,
+ gbpp_block_param_modified,
+ gbpp_block_handler_not_iseq,
// Member with known name for iterating over counters
last_member