From b58ed880ff03d08d8f5e214344addbbcf39749c2 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 10 Oct 2018 20:20:29 +0300 Subject: Fix Op_comment in debug.c:print_instruction. --- debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug.c') diff --git a/debug.c b/debug.c index 1ca93cc4..b24a8db6 100644 --- a/debug.c +++ b/debug.c @@ -4032,7 +4032,7 @@ print_instruction(INSTRUCTION *pc, Func_print print_func, FILE *fp, int in_dump) case Op_comment: print_memory(pc->memory, func, print_func, fp); - fprintf(fp, " [comment_type = %s]\n", + print_func(fp, " [comment_type = %s]\n", pc->memory->comment_type == EOL_COMMENT ? "EOL" : "FULL"); break; -- cgit v1.2.3