]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/ARShiftU64.S
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / ARShiftU64.S
index 9138c423fc0a3c83be6a4f26793939886f171eab..5e993e44b5023a157952a76f4e90f817b67934a4 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 2018, 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
 # 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
@@ -37,7 +37,7 @@ ASM_PFX(InternalMathARShiftU64):
     jnz     L0\r
     movl    %eax, %edx\r
     movl    4(%esp), %eax\r
     jnz     L0\r
     movl    %eax, %edx\r
     movl    4(%esp), %eax\r
-L0:    \r
+L0:\r
     shrdl   %cl, %edx, %eax\r
     sar     %cl, %edx\r
     ret\r
     shrdl   %cl, %edx, %eax\r
     sar     %cl, %edx\r
     ret\r