From ff2f98ff988fe254774670e866651f091a93e10d Mon Sep 17 00:00:00 2001 From: julianb0 Date: Sun, 16 Jun 2019 19:56:22 +0200 Subject: [PATCH] att --- vm/pc/dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/pc/dump.c b/vm/pc/dump.c index 33e1ab7..0096f3e 100644 --- a/vm/pc/dump.c +++ b/vm/pc/dump.c @@ -86,7 +86,7 @@ void dump_instr(ctx_t *ctx, #else if (p2) { dump_acc(ctx, p2); - log(","); + log(", "); } dump_acc(ctx, p1); #endif