diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-12-26 09:44:05 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-12-26 09:44:05 +0200 |
commit | daf063f72bb0b889149dea00794e8e889fdefa55 (patch) | |
tree | bded47da0b0618197f7618ecb8f3c65c759192e6 /profile.c | |
parent | 06cd783a8994b704c066aa59e11a6e76292d806e (diff) | |
parent | f19d6c877ef2e467965b6fec2561be8b8ca5db94 (diff) | |
download | egawk-daf063f72bb0b889149dea00794e8e889fdefa55.tar.gz egawk-daf063f72bb0b889149dea00794e8e889fdefa55.tar.bz2 egawk-daf063f72bb0b889149dea00794e8e889fdefa55.zip |
Merge branch 'master' into wasted-byte
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; } |