diff options
author | Alan Wu <[email protected]> | 2020-10-19 17:45:43 -0400 |
---|---|---|
committer | Alan Wu <[email protected]> | 2021-10-20 18:19:25 -0400 |
commit | 11c1daea172df21af30be24d645040d8de9d461d (patch) | |
tree | 104af535e9e86208e4730329d04277aa41bfe941 /iseq.c | |
parent | 008551decb7481c8d8a7c870a43e0ea450041aa5 (diff) |
Add to the MicroJIT scraper an example that passes ec
Diffstat (limited to 'iseq.c')
-rw-r--r-- | iseq.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -3495,6 +3495,13 @@ rb_ujit_empty_func(rb_control_frame_t *cfp) return NULL; } +VALUE * +rb_ujit_empty_func_with_ec(rb_control_frame_t *cfp, rb_execution_context_t *ec) +{ + // see rb_ujit_empty_func + return NULL; +} + void rb_iseq_trace_set_all(rb_event_flag_t turnon_events) { |