mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9613af6f34
commit
f77d381159
1 changed files with 1 additions and 1 deletions
|
@ -2061,7 +2061,7 @@ iseq_set_sequence(rb_iseq_t *iseq, LINK_ANCHOR *const anchor)
|
|||
/* update sp */
|
||||
sp = calc_sp_depth(sp, iobj);
|
||||
insn_num++;
|
||||
events = iobj->insn_info.events |= events;
|
||||
events = iobj->insn_info.events |= events;
|
||||
if (ISEQ_COVERAGE(iseq)) {
|
||||
if (ISEQ_LINE_COVERAGE(iseq) && (events & RUBY_EVENT_COVERAGE_LINE) &&
|
||||
!(rb_get_coverage_mode() & COVERAGE_TARGET_ONESHOT_LINES)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue