diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-12-24 20:39:21 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-12-24 20:39:21 +0200 |
commit | 27fa47040717ac1b917a083eaac0c8468b4640f4 (patch) | |
tree | c49c8d6b4704fb1053cc74bcf8d97ade9fd6889a /profile.c | |
parent | dcaab6dd8a28be8885ccc508c49b962a61ab09fe (diff) | |
parent | 399ec4931adce151b7633f2b66b04d021d3ae78c (diff) | |
download | egawk-27fa47040717ac1b917a083eaac0c8468b4640f4.tar.gz egawk-27fa47040717ac1b917a083eaac0c8468b4640f4.tar.bz2 egawk-27fa47040717ac1b917a083eaac0c8468b4640f4.zip |
Merge branch 'master' into non-fatal-io
Diffstat (limited to 'profile.c')
-rw-r--r-- | profile.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -246,6 +246,7 @@ pprint(INSTRUCTION *startp, INSTRUCTION *endp, bool in_for_header) } else { fprintf(prof_fp, "{\n"); ip1 = (pc + 1)->firsti; + ip2 = (pc + 1)->lasti; } ip1 = ip1->nexti; } |