]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/LRotU64.S
Removed CommonHeader.h generated file from the MdePkg.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / LRotU64.S
index a9f72d8505533119cc679875817c90288fe4ec18..fe3ab60af6f707f90e120a3bf77c937445156f37 100644 (file)
@@ -1,3 +1,8 @@
+//\r
+// Include common header file for this module.\r
+//\r
+#include "CommonHeader.h"\r
+\r
 #------------------------------------------------------------------------------\r
 #\r
 # Copyright (c) 2006, Intel Corporation\r
@@ -19,7 +24,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.global _InternalMathLRotU64\r
+.globl ASM_PFX(InternalMathLRotU64)\r
 \r
 #------------------------------------------------------------------------------\r
 # UINT64\r
@@ -29,7 +34,7 @@
 #   IN      UINTN                     Count\r
 #   );\r
 #------------------------------------------------------------------------------\r
-_InternalMathLRotU64:\r
+ASM_PFX(InternalMathLRotU64):\r
     push    %ebx\r
     movb    16(%esp), %cl\r
     movl    12(%esp), %edx\r