File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -306,11 +306,11 @@ impl ZJITState {
306306
307307/// The `::RubyVM::ZJIT` module.
308308pub static ZJIT_MODULE : AtomicUsize = AtomicUsize :: new ( !0 ) ;
309- /// Serial of the canonical version of `` right after VM boot.
309+ /// Serial of the canonical version of `induce_side_exit! ` right after VM boot.
310310pub static INDUCE_SIDE_EXIT_SERIAL : AtomicUsize = AtomicUsize :: new ( !0 ) ;
311- /// Serial of the canonical version of `` right after VM boot.
311+ /// Serial of the canonical version of `induce_compile_failure! ` right after VM boot.
312312pub static INDUCE_COMPILE_FAILURE_SERIAL : AtomicUsize = AtomicUsize :: new ( !0 ) ;
313- /// Serial of the canonical version of `` right after VM boot.
313+ /// Serial of the canonical version of `induce_breakpoint! ` right after VM boot.
314314pub static INDUCE_BREAKPOINT_SERIAL : AtomicUsize = AtomicUsize :: new ( !0 ) ;
315315
316316/// Check if a method, `method_id`, currently exists on `ZJIT.singleton_class` and has the `expected_serial`.
You can’t perform that action at this time.
0 commit comments