summaryrefslogtreecommitdiff
path: root/yjit.h
diff options
context:
space:
mode:
Diffstat (limited to 'yjit.h')
-rw-r--r--yjit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yjit.h b/yjit.h
index 5d27d4f4a7..2844fb2511 100644
--- a/yjit.h
+++ b/yjit.h
@@ -73,5 +73,6 @@ void rb_yjit_iseq_update_references(const struct rb_iseq_constant_body *body);
void rb_yjit_iseq_free(const struct rb_iseq_constant_body *body);
void rb_yjit_before_ractor_spawn(void);
void yjit_constant_ic_update(const rb_iseq_t *iseq, IC ic);
+void yjit_tracing_invalidate_all(void);
#endif // #ifndef YJIT_H