diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-02-28 05:44:38 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-02-28 05:44:38 +0200 |
commit | 7ea8855c0c000f407499073c930ca4bd92994af8 (patch) | |
tree | 9c3e27ea9473bfeb52693c65fa53c2f8cd0dffa6 /profile.c | |
parent | ea1a782c08d5a1948c22130f71a99e24f03b0d0a (diff) | |
parent | 2f5c47f4b4dae03545168094e504b3657debecf9 (diff) | |
download | egawk-7ea8855c0c000f407499073c930ca4bd92994af8.tar.gz egawk-7ea8855c0c000f407499073c930ca4bd92994af8.tar.bz2 egawk-7ea8855c0c000f407499073c930ca4bd92994af8.zip |
Merge branch 'master' into feature/cmake
Diffstat (limited to 'profile.c')
-rw-r--r-- | profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -933,7 +933,7 @@ cleanup: && pc->branch_end == pc->nexti->nexti->branch_else->lasti) { pprint(pc->nexti, pc->branch_end, IN_ELSE_IF); } else { - fprintf(prof_fp, "{\n", op2str(pc->opcode)); + fprintf(prof_fp, "{\n"); indent_in(); pprint(pc->nexti, pc->branch_end, NO_PPRINT_FLAGS); indent_out(); |