mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Zero sized array are not standard C
This commit is contained in:
parent
0900ddea18
commit
02c548b892
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ module RubyVM::MicroJIT
|
||||||
[true, comma_separated_hex_string(@pre_call_bytes), comma_separated_hex_string(@post_call_bytes)]
|
[true, comma_separated_hex_string(@pre_call_bytes), comma_separated_hex_string(@post_call_bytes)]
|
||||||
rescue => e
|
rescue => e
|
||||||
print_warning("scrape failed: #{e.message}")
|
print_warning("scrape failed: #{e.message}")
|
||||||
[false, '', '']
|
[false, '0xcc', '0xcc']
|
||||||
end
|
end
|
||||||
|
|
||||||
def print_warning(text)
|
def print_warning(text)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue