summaryrefslogtreecommitdiff
path: root/lib/ruby_vm/rjit/hooks.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2023-03-06 23:15:30 -0800
committerTakashi Kokubun <[email protected]>2023-03-06 23:44:01 -0800
commit2e875549a934fa04b7939810fa0d8a2762702aaa ()
tree116b99056f810d48359ac6fa6a3b06e9ddc65c05 /lib/ruby_vm/rjit/hooks.rb
parenteaccdc1941304d6273397b21c25213174d892185 (diff)
s/MJIT/RJIT/
Notes: Merged: https://.com/ruby/ruby/pull/7462
-rw-r--r--lib/ruby_vm/rjit/hooks.rb2
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@
-module RubyVM::MJIT
module Hooks # :nodoc: all
def self.on_bop_redefined(_redefined_flag, _bop)
# C.mjit_cancel_all("BOP is redefined")