From 2ed85f8c17823aeb37bb488d04fd3edea95722f9 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 13 Oct 2020 19:54:00 +0100 Subject: [PATCH] xchg.S: Oops. Disable stray debugging cruft. --- xchg.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.11.0