diff options
Diffstat (limited to 'debug.c')
-rw-r--r-- | debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4035,9 +4035,9 @@ 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, " {%s}\n", + fprintf(fp, " [comment_type = %s]\n", pc->memory->comment_type == EOL_COMMENT ? - "eol" : "full"); + "EOL" : "FULL"); break; case Op_push_i: |