diff options
Diffstat (limited to 'lib/ruby_vm/mjit/block.rb')
-rw-r--r-- | lib/ruby_vm/mjit/block.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ruby_vm/mjit/block.rb b/lib/ruby_vm/mjit/block.rb index abe0c221b2..9b0c91ad40 100644 --- a/lib/ruby_vm/mjit/block.rb +++ b/lib/ruby_vm/mjit/block.rb @@ -1,4 +1,5 @@ class RubyVM::MJIT::Block < Struct.new( + :iseq, # @param `` :pc, # @param [Integer] Starting PC :ctx, # @param [RubyVM::MJIT::Context] **Starting** Context (TODO: freeze?) :start_addr, # @param [Integer] Starting address of this block's JIT code |