aboutsummaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-07-23 10:17:49 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-07-23 10:17:49 +0300
commitb754bef14316ff2b341fac4339940a29d6955d6c (patch)
tree7ca94147929950d095478deb330b8ea24bb040f5 /debug.c
parent2db204045f8060dbe1fc09f765373c101d0aad2c (diff)
parent93881c26428a4d07ee348c34b59f3b9586853535 (diff)
downloadegawk-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.c b/debug.c
index 39ff7723..cf0946e2 100644
--- a/debug.c
+++ b/debug.c
@@ -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: