1
0
mirror of https://gitlab.os-k.eu/os-k-team/kvisc.git synced 2023-08-25 14:05:46 +02:00
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

View File

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