This commit is contained in:
julianb0 2019-06-16 19:56:22 +02:00
parent 98184bb454
commit ff2f98ff98
No known key found for this signature in database
GPG Key ID: DDF8325C95299A62
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ void dump_instr(ctx_t *ctx,
#else #else
if (p2) { if (p2) {
dump_acc(ctx, p2); dump_acc(ctx, p2);
log(","); log(", ");
} }
dump_acc(ctx, p1); dump_acc(ctx, p1);
#endif #endif