Remove a binding.irb in rjit-bindgen
This commit is contained in:
parent
05b9b58d55
commit
8705e734ed
@ -244,7 +244,6 @@ class BindingGenerator
|
|||||||
to_ruby = @ruby_fields.fetch(node.spelling, []).include?(field)
|
to_ruby = @ruby_fields.fetch(node.spelling, []).include?(field)
|
||||||
if child.bitwidth > 0
|
if child.bitwidth > 0
|
||||||
if bit_fields_end <= i # give up offsetof calculation for non-leading bit fields
|
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."
|
raise "non-leading bit fields are not supported. consider including '#{field}' in skip_fields."
|
||||||
end
|
end
|
||||||
offsetof = node.offsetof.fetch(field)
|
offsetof = node.offsetof.fetch(field)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user