diff options
author | Max Bernstein <[email protected]> | 2025-02-07 11:58:24 -0500 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2025-04-18 21:52:57 +0900 |
commit | 1013ced144dc9d3507640394f4a442d10b44fa22 () | |
tree | 15e0443965c1b007854f223c46fc71f002f64549 /zjit/src/lib.rs | |
parent | 2ae92c97f8f56394ec2f19d7747264ac1bdf5305 (diff) |
Don't panic; err
Notes: Merged: https://.com/ruby/ruby/pull/13131
-rw-r--r-- | zjit/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ pub extern "C" fn rb_zjit_parse_option() -> bool { #[no_mangle] pub extern "C" fn rb_zjit_iseq_gen_entry_point(iseq: IseqPtr, _ec: EcPtr) -> *const u8 { - ir::iseq_to_ssa(iseq); let cb = ZJITState::get_code_block(); let start_ptr = cb.get_write_ptr(); |