summaryrefslogtreecommitdiff
path: root/tool/ruby_vm/views/vm.inc.erb
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2021-06-21 15:16:13 -0700
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:36 -0400
commit30f20d7c3867d6e06d78efb5d7e99b4b4260c2ac (patch)
treefe85e6510a98372accaec75f0418db2222a37b00 /tool/ruby_vm/views/vm.inc.erb
parent0cd3b97e027332236625835578329580be12023c (diff)
Remove some MicroJIT vestiges
Just happened to run across this, so lets fix them
Diffstat (limited to 'tool/ruby_vm/views/vm.inc.erb')
-rw-r--r--tool/ruby_vm/views/vm.inc.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/ruby_vm/views/vm.inc.erb b/tool/ruby_vm/views/vm.inc.erb
index c49c785df6..a4a32a8623 100644
--- a/tool/ruby_vm/views/vm.inc.erb
+++ b/tool/ruby_vm/views/vm.inc.erb
@@ -25,7 +25,7 @@
<%= render 'insn_entry', locals: { insn: insn } -%>
% end
%
-% RubyVM::MicroJIT::ExampleInstructions.to_a.each do |insn|
+% RubyVM::YJIT::ExampleInstructions.to_a.each do |insn|
INSN_ENTRY(yjit_call_example_with_ec)
{
START_OF_ORIGINAL_INSN(yjit_call_example_with_ec);