Zero sized array are not standard C
This commit is contained in:
parent
7e400ddc79
commit
2790428e55
@ -179,7 +179,7 @@ module RubyVM::MicroJIT
|
||||
[true, comma_separated_hex_string(@pre_call_bytes), comma_separated_hex_string(@post_call_bytes)]
|
||||
rescue => e
|
||||
print_warning("scrape failed: #{e.message}")
|
||||
[false, '', '']
|
||||
[false, '0xcc', '0xcc']
|
||||
end
|
||||
|
||||
def print_warning(text)
|
||||
|
Loading…
x
Reference in New Issue
Block a user