diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-07-23 10:17:49 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-07-23 10:17:49 +0300 |
commit | b754bef14316ff2b341fac4339940a29d6955d6c (patch) | |
tree | 7ca94147929950d095478deb330b8ea24bb040f5 /debug.c | |
parent | 2db204045f8060dbe1fc09f765373c101d0aad2c (diff) | |
parent | 93881c26428a4d07ee348c34b59f3b9586853535 (diff) | |
download | egawk-b754bef14316ff2b341fac4339940a29d6955d6c.tar.gz egawk-b754bef14316ff2b341fac4339940a29d6955d6c.tar.bz2 egawk-b754bef14316ff2b341fac4339940a29d6955d6c.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'debug.c')
-rw-r--r-- | debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4085,7 +4085,7 @@ print_instruction(INSTRUCTION *pc, Func_print print_func, FILE *fp, int in_dump) break; case Op_exec_count: - print_func(fp, "[exec_count = %llu]\n", pc->exec_count); + print_func(fp, "[exec_count = " EXEC_COUNT_FMT "]\n", pc->exec_count); break; case Op_store_var: |