ruby/lib/ruby_vm/mjit/jit_state.rb
2023-03-05 22:11:20 -08:00

4 lines
75 B
Ruby

class RubyVM::MJIT::JITState < Struct.new(
:pc, # @param [Integer]
)
end