diff options
author | Takashi Kokubun <[email protected]> | 2024-01-25 13:45:58 -0800 |
---|---|---|
committer | <[email protected]> | 2024-01-25 21:45:58 +0000 |
commit | 2034e6ad5a22fa1dcde428751ae97a29ba434d7e () | |
tree | 52183e2cd056c405423714863aa56060a703357b /yjit/src/cruby.rs | |
parent | f0224adf2f6ec5c1a9c77001bfbfdae9eb93f5fc (diff) |
YJIT: Support concattoarray and pushtoarray (#9708)
-rw-r--r-- | yjit/src/cruby.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -114,6 +114,7 @@ pub use autogened::*; extern "C" { pub fn rb_vm_splat_array(flag: VALUE, ary: VALUE) -> VALUE; pub fn rb_vm_concat_array(ary1: VALUE, ary2st: VALUE) -> VALUE; pub fn rb_vm_defined( ec: EcPtr, reg_cfp: CfpPtr, |