aboutsummaryrefslogtreecommitdiffstats
path: root/profile.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-02-11 23:26:38 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-02-11 23:26:38 +0200
commit378e213c953d6482ae4d92a69b526cdeaef1f26f (patch)
treebc4c1b54d83e4869f9aae794aac6688f04cbbc76 /profile.c
parent7f9f66525d7d82816eba352efdf58497373a47bf (diff)
parentf2c0bdf60b053c28d6cde7faf1b014e5b7f7deaf (diff)
downloadegawk-378e213c953d6482ae4d92a69b526cdeaef1f26f.tar.gz
egawk-378e213c953d6482ae4d92a69b526cdeaef1f26f.tar.bz2
egawk-378e213c953d6482ae4d92a69b526cdeaef1f26f.zip
Merge branch 'master' into non-fatal-io-2
Diffstat (limited to 'profile.c')
-rw-r--r--profile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile.c b/profile.c
index 233bca0f..2cb9e159 100644
--- a/profile.c
+++ b/profile.c
@@ -226,6 +226,7 @@ pprint(INSTRUCTION *startp, INSTRUCTION *endp, bool in_for_header)
if (do_profile && ! rule_count[rule]++)
fprintf(prof_fp, _("\t# Rule(s)\n\n"));
ip1 = pc->nexti;
+ indent(ip1->exec_count);
if (ip1 != (pc + 1)->firsti) { /* non-empty pattern */
pprint(ip1->nexti, (pc + 1)->firsti, false);
/* Allow for case where the "pattern" is just a comment */