summaryrefslogtreecommitdiff
path: root/vm_trace.c
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2023-03-06 21:34:31 -0800
committerTakashi Kokubun <[email protected]>2023-03-06 21:59:23 -0800
commit233ddfac541749a0da80ea27913dc1ef4ea700bb ()
treed0b0d5939225ed1ebbb03c1dbeae7f0d3548092b /vm_trace.c
parent31f4b2d86bfbc753cec9be376719acc4b120e944 (diff)
Stop exporting symbols for MJIT
Notes: Merged: https://.com/ruby/ruby/pull/7459
-rw-r--r--vm_trace.c2
1 files changed, 1 insertions, 1 deletions
@@ -402,7 +402,7 @@ exec_hooks_protected(rb_execution_context_t *ec, rb_hook_list_t *list, const rb_
}
// pop_p: Whether to pop the frame for the TracePoint when it throws.
-MJIT_FUNC_EXPORTED void
rb_exec_event_hooks(rb_trace_arg_t *trace_arg, rb_hook_list_t *hooks, int pop_p)
{
rb_execution_context_t *ec = trace_arg->ec;