diff options
author | Alan Wu <[email protected]> | 2020-09-03 12:06:53 -0400 |
---|---|---|
committer | Alan Wu <[email protected]> | 2021-10-20 18:19:22 -0400 |
commit | 16c5ce863c06dd3ae5562f4ed86fb40ced670c69 (patch) | |
tree | a5153dbef5775eab4a7d28ca05fda694bdfac2ff /tool/ruby_vm/views/vm.inc.erb | |
parent | cec197696f3edcff553373e9597130fde2d1f7be (diff) |
Yeah, this actually works!
Diffstat (limited to 'tool/ruby_vm/views/vm.inc.erb')
-rw-r--r-- | tool/ruby_vm/views/vm.inc.erb | 2 |
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 |