From 3352e76441b9c62704004df065a1a7e7784496a4 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 26 Mar 2023 19:20:03 -0700 Subject: RJIT: Implement leaf builtin call --- tool/rjit/bindgen.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tool') diff --git a/tool/rjit/bindgen.rb b/tool/rjit/bindgen.rb index 410ea016dd..8d5c3ce4e2 100755 --- a/tool/rjit/bindgen.rb +++ b/tool/rjit/bindgen.rb @@ -396,6 +396,8 @@ generator = BindingGenerator.new( BOP_MOD BOP_OR BOP_PLUS + BUILTIN_ATTR_LEAF + BUILTIN_ATTR_NO_GC HASH_REDEFINED_OP_FLAG INTEGER_REDEFINED_OP_FLAG INVALID_SHAPE_ID -- cgit v1.2.1