]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/DivU64x32.S
Update the Guid Value of Ext SCSI Pass Thru Protocol
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / DivU64x32.S
index 0c7829f23eab32035d91cadeb82f39900c6ce619..b858278e6423d81464aeb844b268e70ee4df5f65 100644 (file)
@@ -19,7 +19,7 @@
 #
 #------------------------------------------------------------------------------
 
-.global _InternalMathDivU64x32
+.globl ASM_PFX(InternalMathDivU64x32)
 
 #------------------------------------------------------------------------------
 # UINT64
@@ -29,7 +29,7 @@
 #   IN      UINT32                    Divisor
 #   );
 #------------------------------------------------------------------------------
-_InternalMathDivU64x32:
+ASM_PFX(InternalMathDivU64x32):
     movl    8(%esp), %eax
     movl    12(%esp), %ecx
     xorl    %edx, %edx