summaryrefslogtreecommitdiff
path: root/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/debug.c b/debug.c
index bb088995..1086563b 100644
--- a/debug.c
+++ b/debug.c
@@ -3820,9 +3820,12 @@ print_instruction(INSTRUCTION *pc, Func_print print_func, FILE *fp, int in_dump)
case Op_arrayfor_init:
case Op_K_break:
case Op_K_continue:
- case Op_K_exit:
print_func(fp, "[target_jmp = %p]\n", pc->target_jmp);
break;
+ case Op_K_exit:
+ print_func(fp, "[target_end = %p] [target_atexit = %p]\n",
+ pc->target_end, pc->target_atexit);
+ break;
case Op_K_case:
print_func(fp, "[target_jmp = %p] [match_exp = %s]\n",