summaryrefslogtreecommitdiff
path: root/tool/ruby_vm/views/vm.inc.erb
diff options
context:
space:
mode:
authorAlan Wu <[email protected]>2020-09-03 12:06:53 -0400
committerAlan Wu <[email protected]>2021-10-20 18:19:22 -0400
commit16c5ce863c06dd3ae5562f4ed86fb40ced670c69 (patch)
treea5153dbef5775eab4a7d28ca05fda694bdfac2ff /tool/ruby_vm/views/vm.inc.erb
parentcec197696f3edcff553373e9597130fde2d1f7be (diff)
Yeah, this actually works!
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 7942a3ef87..49d6fc2e16 100644
--- a/tool/ruby_vm/views/vm.inc.erb
+++ b/tool/ruby_vm/views/vm.inc.erb
@@ -34,7 +34,7 @@ INSN_ENTRY(<%= insn.name %>)
START_OF_ORIGINAL_INSN(<%= insn.name %>);
// assumes USE_MACHINE_REGS, aka reg_pc setup,
// aka #define SET_PC(x) (reg_cfp->pc = reg_pc = (x))
- reg_pc = rb_ujit_empty_func(GET_CFP());
+ reg_pc = rb_ujit_empty_func(GET_CFP(), reg_pc);
END_INSN(<%= insn.name %>);
}
% end