xchg.S: Oops. Disable stray debugging cruft.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 13 Oct 2020 18:54:00 +0000 (19:54 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 13 Oct 2020 18:54:00 +0000 (19:54 +0100)
xchg.S

diff --git a/xchg.S b/xchg.S
index 5374727..12aeeba 100644 (file)
--- 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