summaryrefslogtreecommitdiff
path: root/yjit/bindgen/src
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-08-10 20:08:29 -0700
committerGitHub <noreply@github.com>2023-08-10 23:08:29 -0400
commit654b64822395ead530ac3ecae318197be85c8b52 (patch)
treeb579540aeb587b889fb202024a91c56f6e6815d3 /yjit/bindgen/src
parentb7453b91dc1e5adc9d5ebe15c644cf5e0a54e3ac (diff)
YJIT: Implement checkmatch instruction (#8203)
Notes
Notes: Merged-By: maximecb <maximecb@ruby-lang.org>
Diffstat (limited to 'yjit/bindgen/src')
-rw-r--r--yjit/bindgen/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/yjit/bindgen/src/main.rs b/yjit/bindgen/src/main.rs
index 8a187bf674..6b6337d541 100644
--- a/yjit/bindgen/src/main.rs
+++ b/yjit/bindgen/src/main.rs
@@ -292,6 +292,7 @@ fn main() {
.allowlist_type("rb_builtin_attr")
.allowlist_type("ruby_tag_type")
.allowlist_type("ruby_vm_throw_flags")
+ .allowlist_type("vm_check_match_type")
// From yjit.c
.allowlist_function("rb_iseq_(get|set)_yjit_payload")