summaryrefslogtreecommitdiff
path: root/mjit_c.rb
diff options
context:
space:
mode:
Diffstat (limited to 'mjit_c.rb')
-rw-r--r--mjit_c.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/mjit_c.rb b/mjit_c.rb
index bee063aa3e..6208e4772f 100644
--- a/mjit_c.rb
+++ b/mjit_c.rb
@@ -145,6 +145,10 @@ module RubyVM::MJIT # :nodoc: all
}
end
+ def mjit_for_each_iseq(&block)
+ Primitive.mjit_for_each_iseq(block)
+ end
+
#========================================================================================
#
# Old stuff