mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix compilation for -DUSE_INSNS_COUNTER
This commit is contained in:
parent
df54e40416
commit
d18d7f3d2c
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ error !
|
|||
(reg_cfp->pc - reg_cfp->iseq->body->iseq_encoded), \
|
||||
RSTRING_PTR(rb_iseq_path(reg_cfp->iseq)), \
|
||||
rb_iseq_line_no(reg_cfp->iseq, reg_pc - reg_cfp->iseq->body->iseq_encoded)); \
|
||||
if (USE_INSNS_COUNTER) vm_insns_counter_count_insn(BIN(insn));
|
||||
if (USE_INSNS_COUNTER && BIN(insn) != BIN(ujit_call_example)) vm_insns_counter_count_insn(BIN(insn));
|
||||
|
||||
#define INSN_DISPATCH_SIG(insn)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue