aboutsummaryrefslogtreecommitdiffstats
path: root/tool/ruby_vm/views/vm.inc.erb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/ruby_vm/views/vm.inc.erb')
-rw-r--r--tool/ruby_vm/views/vm.inc.erb8
1 files changed, 4 insertions, 4 deletions
diff --git a/tool/ruby_vm/views/vm.inc.erb b/tool/ruby_vm/views/vm.inc.erb
index 57a860efcf..c49c785df6 100644
--- a/tool/ruby_vm/views/vm.inc.erb
+++ b/tool/ruby_vm/views/vm.inc.erb
@@ -26,16 +26,16 @@
% end
%
% RubyVM::MicroJIT::ExampleInstructions.to_a.each do |insn|
-INSN_ENTRY(ujit_call_example_with_ec)
+INSN_ENTRY(yjit_call_example_with_ec)
{
- START_OF_ORIGINAL_INSN(ujit_call_example_with_ec);
+ START_OF_ORIGINAL_INSN(yjit_call_example_with_ec);
#if USE_MACHINE_REGS
// assumes USE_MACHINE_REGS, aka reg_pc setup,
// aka #define SET_PC(x) (reg_cfp->pc = reg_pc = (x))
- rb_ujit_empty_func_with_ec(GET_CFP(), ec);
+ rb_yjit_empty_func_with_ec(GET_CFP(), ec);
RESTORE_REGS();
#endif
- END_INSN(ujit_call_example_with_ec);
+ END_INSN(yjit_call_example_with_ec);
}
% end
%