summaryrefslogtreecommitdiff
path: root/debug_counter.c
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-29 13:54:29 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-29 13:54:29 +0000
commitb03c11a337c53c219a840eed4569e411289f0ddd (patch)
tree6ff34c04a67ecf3b4e920a1bb78d48ac71a06e74 /debug_counter.c
parent017cb09eb6d40b3d7f7ca08db4aa16cfb91012f2 (diff)
Add debug counters for MJIT cancel
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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)