aboutsummaryrefslogtreecommitdiffstats
path: root/debug_counter.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug_counter.c')
-rw-r--r--debug_counter.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug_counter.c b/debug_counter.c
index 8c4004af41..b5a0606454 100644
--- a/debug_counter.c
+++ b/debug_counter.c
@@ -21,7 +21,9 @@ static const char *const debug_counter_names[] = {
#undef RB_DEBUG_COUNTER
};
+MJIT_SYMBOL_EXPORT_BEGIN
size_t rb_debug_counter[numberof(debug_counter_names)];
+MJIT_SYMBOL_EXPORT_END
void
rb_debug_counter_show_results(const char *msg)