diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-02-11 23:26:38 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-02-11 23:26:38 +0200 |
commit | 378e213c953d6482ae4d92a69b526cdeaef1f26f (patch) | |
tree | bc4c1b54d83e4869f9aae794aac6688f04cbbc76 /profile.c | |
parent | 7f9f66525d7d82816eba352efdf58497373a47bf (diff) | |
parent | f2c0bdf60b053c28d6cde7faf1b014e5b7f7deaf (diff) | |
download | egawk-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |