From: Mark Wooding Date: Tue, 13 Oct 2020 18:54:00 +0000 (+0100) Subject: xchg.S: Oops. Disable stray debugging cruft. X-Git-Url: https://git.distorted.org.uk/~mdw/xchg-rax-rax/commitdiff_plain/2ed85f8c17823aeb37bb488d04fd3edea95722f9 xchg.S: Oops. Disable stray debugging cruft. --- diff --git a/xchg.S b/xchg.S index 5374727..12aeeba 100644 --- a/xchg.S +++ b/xchg.S @@ -478,9 +478,9 @@ endproc proc x16 - shl rax, 56 - shl rbx, 56 - shl rcx, 56 + //shl rax, 56 + //shl rbx, 56 + //shl rcx, 56 xor rax, rbx // a' = a XOR b xor rbx, rcx // b' = b XOR c