From 8705e734ed7d8348824dfa859d93fe5b144f0e8f Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 4 Oct 2023 11:43:29 -0700 Subject: [PATCH] Remove a binding.irb in rjit-bindgen --- tool/rjit/bindgen.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/tool/rjit/bindgen.rb b/tool/rjit/bindgen.rb index 0b4b2fa095..b66870e1d2 100755 --- a/tool/rjit/bindgen.rb +++ b/tool/rjit/bindgen.rb @@ -244,7 +244,6 @@ class BindingGenerator to_ruby = @ruby_fields.fetch(node.spelling, []).include?(field) if child.bitwidth > 0 if bit_fields_end <= i # give up offsetof calculation for non-leading bit fields - binding.irb raise "non-leading bit fields are not supported. consider including '#{field}' in skip_fields." end offsetof = node.offsetof.fetch(field)