aboutsummaryrefslogtreecommitdiffstats
path: root/insns.def
diff options
context:
space:
mode:
Diffstat (limited to 'insns.def')
-rw-r--r--insns.def6
1 files changed, 3 insertions, 3 deletions
diff --git a/insns.def b/insns.def
index 1c20573254..120040c034 100644
--- a/insns.def
+++ b/insns.def
@@ -778,11 +778,11 @@ checkkeyword
/**
@c setting
- @e trace a branch
- @j 分岐を trace する
+ @e fire a coverage event (currently, this is used for line coverage and branch coverage)
+ @j カバレッジイベントを trace する
*/
DEFINE_INSN
-tracebranch
+tracecoverage
(rb_num_t nf, VALUE data)
()
()