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:55:59 +02:00
parent 9ac77e5677
commit 98184bb454
No known key found for this signature in database
GPG Key ID: DDF8325C95299A62
2 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@
;
main:
call bswap_test
call str_test
call itoa_test
call movzx_test
call str_test
bswap_test:
mov rdx, 0x1122334455667788

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