summaryrefslogtreecommitdiff
path: root/debug.c
diff options
context:
space:
mode:
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 7b207d9e..3c56f19f 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: