aboutsummaryrefslogtreecommitdiffstats
path: root/profile.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-12-24 20:39:21 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-12-24 20:39:21 +0200
commit27fa47040717ac1b917a083eaac0c8468b4640f4 (patch)
treec49c8d6b4704fb1053cc74bcf8d97ade9fd6889a /profile.c
parentdcaab6dd8a28be8885ccc508c49b962a61ab09fe (diff)
parent399ec4931adce151b7633f2b66b04d021d3ae78c (diff)
downloadegawk-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile.c b/profile.c
index ad879a3c..233bca0f 100644
--- a/profile.c
+++ b/profile.c
@@ -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;
}