aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ruby_vm/mjit/jit_state.rb
blob: 819ecc128bddc017992d88452edaf2241a7ad675 (plain)
1
2
3
4
class RubyVM::MJIT::JITState < Struct.new(
  :pc, # @param [Integer]
)
end