diff options
| author | Max Bernstein <ruby@bernsteinbear.com> | 2025-09-18 11:41:46 -0400 |
|---|---|---|
| committer | Max Bernstein <tekknolagi@gmail.com> | 2025-09-19 22:38:29 -0400 |
| commit | 4a04e6f7555c94e0e58ad090681e359c7dcbf22e (patch) | |
| tree | 5204fb04030585b542c321afc270a07a79c9b683 | |
| parent | b19e3b0f060586dae91b567794128efb747b3f24 (diff) | |
ZJIT: Wrap comment
| -rw-r--r-- | zjit/src/hir.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zjit/src/hir.rs b/zjit/src/hir.rs index 1cc0294929..449646024a 100644 --- a/zjit/src/hir.rs +++ b/zjit/src/hir.rs @@ -1970,7 +1970,8 @@ impl Function { // a singleton class, or has a custom allocator, ObjectAlloc might raise an // exception or run arbitrary code. // - // We also need to check if the class is initialized or a singleton before trying to read the allocator, otherwise it might raise. + // We also need to check if the class is initialized or a singleton before + // trying to read the allocator, otherwise it might raise. if !unsafe { rb_zjit_class_initialized_p(class) } { self.push_insn_id(block, insn_id); continue; } |
