aboutsummaryrefslogtreecommitdiffstats
path: root/profile.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-12-26 09:44:05 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-12-26 09:44:05 +0200
commitdaf063f72bb0b889149dea00794e8e889fdefa55 (patch)
treebded47da0b0618197f7618ecb8f3c65c759192e6 /profile.c
parent06cd783a8994b704c066aa59e11a6e76292d806e (diff)
parentf19d6c877ef2e467965b6fec2561be8b8ca5db94 (diff)
downloadegawk-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile.c b/profile.c
index 886f2b0c..67c42274 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;
}