AlkantarClanX12

Your IP : 3.139.72.152


Current Path : /proc/self/root/opt/alt/ruby33/share/ruby/ruby_vm/rjit/
Upload File :
Current File : //proc/self/root/opt/alt/ruby33/share/ruby/ruby_vm/rjit/entry_stub.rb

module RubyVM::RJIT
  class EntryStub < Struct.new(
    :start_addr, # @param [Integer] Stub source start address to be re-generated
    :end_addr,   # @param [Integer] Stub source end address to be re-generated
  )
  end
end