summaryrefslogtreecommitdiff
path: root/mjit.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2023-02-03 22:42:13 -0800
committerTakashi Kokubun <[email protected]>2023-03-05 22:11:20 -0800
commite731ced2717ed151369b2d6635452ffdf0c96e43 (patch)
tree7de0efd0c4a1c90a9f59479c9094ea9c070cf44f /mjit.rb
parentfa0b9c1c97ba1ab03e2675ce96bceda9ef046127 (diff)
Implement method call
Diffstat (limited to 'mjit.rb')
-rw-r--r--mjit.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/mjit.rb b/mjit.rb
index 712b508ace..695c56fad1 100644
--- a/mjit.rb
+++ b/mjit.rb
@@ -29,5 +29,6 @@ if RubyVM::MJIT.enabled?
require 'ruby_vm/mjit/c_type'
require 'ruby_vm/mjit/compiler'
+ require 'ruby_vm/mjit/hooks'
require 'ruby_vm/mjit/stats'
end