diff options
author | Maxime Chevalier-Boisvert <[email protected]> | 2025-02-06 12:27:58 -0500 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2025-04-18 21:52:56 +0900 |
commit | 5e37317cc51bc8349714ccbd8004ae882f56542d () | |
tree | 7cfcb7ada77316de71090d97fdba03627dc81cd4 /zjit/src/lib.rs | |
parent | 809b63c8044692284e57c4d417030c9abb74a4ae (diff) |
Add (gutted) asm
Notes: Merged: https://.com/ruby/ruby/pull/13131
-rw-r--r-- | zjit/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ use crate::cruby::*; #[allow(non_upper_case_globals)] #[no_mangle] pub static mut rb_zjit_enabled_p: bool = false; #[no_mangle] pub extern "C" fn rb_zjit_init() { |