Skip to content

Commit 4a04e6f

Browse files
committed
ZJIT: Wrap comment
1 parent b19e3b0 commit 4a04e6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zjit/src/hir.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1970,7 +1970,8 @@ impl Function {
19701970
// a singleton class, or has a custom allocator, ObjectAlloc might raise an
19711971
// exception or run arbitrary code.
19721972
//
1973-
// We also need to check if the class is initialized or a singleton before trying to read the allocator, otherwise it might raise.
1973+
// We also need to check if the class is initialized or a singleton before
1974+
// trying to read the allocator, otherwise it might raise.
19741975
if !unsafe { rb_zjit_class_initialized_p(class) } {
19751976
self.push_insn_id(block, insn_id); continue;
19761977
}

0 commit comments

Comments
 (0)