summaryrefslogtreecommitdiff
path: root/tool/ruby_vm/models/micro_jit/example_instructions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/ruby_vm/models/micro_jit/example_instructions.rb')
-rw-r--r--tool/ruby_vm/models/micro_jit/example_instructions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/ruby_vm/models/micro_jit/example_instructions.rb b/tool/ruby_vm/models/micro_jit/example_instructions.rb
index 23ecf72a3b..5dd40fef65 100644
--- a/tool/ruby_vm/models/micro_jit/example_instructions.rb
+++ b/tool/ruby_vm/models/micro_jit/example_instructions.rb
@@ -64,6 +64,6 @@ class RubyVM::MicroJIT::ExampleInstructions
end
def self.to_a
- [new('ujit_call_example_with_ec')]
+ [new('yjit_call_example_with_ec')]
end
end