YJIT: Explicitly specify C ABI to fix a nightly Rust warning

This commit is contained in:
Alan Wu 2025-01-30 18:00:53 -05:00 committed by Alan Wu
parent afd7d5be5e
commit 7e733ca551

View File

@ -7393,7 +7393,7 @@ enum IseqReturn {
Receiver,
}
extern {
extern "C" {
fn rb_simple_iseq_p(iseq: IseqPtr) -> bool;
fn rb_iseq_only_kwparam_p(iseq: IseqPtr) -> bool;
}