1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
This commit is contained in:
Alan Wu 2020-11-06 18:13:53 -05:00
parent 6a9a516dc5
commit b75169a440

View file

@ -61,7 +61,7 @@ module RubyVM::MicroJIT
return [split_line[3], Integer(split_line[0], 16)]
end
end
raise 'Failed to find section and offset for the the instruction address table'
raise 'Failed to find section and offset for the instruction address table'
end
def get_handler_offset(table_section, table_offset, insn_id)