]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/RRotU64.asm
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / RRotU64.asm
index 4c58878ace0d11f6f81fc53843378d3e2287b176..151e39382d227116f4dc87ecb924ad445311021b 100644 (file)
@@ -1,7 +1,7 @@
 ;------------------------------------------------------------------------------\r
 ;\r
-; Copyright (c) 2006, Intel Corporation\r
-; All rights reserved. This program and the accompanying materials\r
+; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+; This program and the accompanying materials\r
 ; are licensed and made available under the terms and conditions of the BSD License\r
 ; which accompanies this distribution.  The full text of the license may be found at\r
 ; http://opensource.org/licenses/bsd-license.php\r
@@ -40,7 +40,7 @@ InternalMathRRotU64 PROC    USES    ebx
     rol     ebx, cl\r
     shrd    edx, ebx, cl\r
     test    cl, 32                      ; Count >= 32?\r
-    cmovnz  ecx, eax\r
+    cmovnz  ecx, eax                    ; switch eax & edx if Count >= 32\r
     cmovnz  eax, edx\r
     cmovnz  edx, ecx\r
     ret\r