Skip to content

Commit

Permalink
Remove a binding.irb in rjit-bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Oct 4, 2023
1 parent 05b9b58 commit 8705e73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tool/rjit/bindgen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ def generate_node(node, sizeof_type: nil)
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)
Expand Down

0 comments on commit 8705e73

Please sign in to comment.