Remove a binding.irb in rjit-bindgen

This commit is contained in:
Takashi Kokubun 2023-10-04 11:43:29 -07:00
parent 05b9b58d55
commit 8705e734ed

View File

@ -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)