Fix compilation for -DUSE_INSNS_COUNTER
This commit is contained in:
parent
851ea46351
commit
1159034cae
@ -81,7 +81,7 @@ error !
|
|||||||
RSTRING_PTR(rb_iseq_path(reg_cfp->iseq)), \
|
RSTRING_PTR(rb_iseq_path(reg_cfp->iseq)), \
|
||||||
rb_iseq_line_no(reg_cfp->iseq, reg_pc - reg_cfp->iseq->body->iseq_encoded)); \
|
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)
|
#define INSN_DISPATCH_SIG(insn)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user