]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/DisableInterrupts.S
Update the Guid Value of Ext SCSI Pass Thru Protocol
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / DisableInterrupts.S
index a222d7a700c461b996c9668daf5fcfd96024073f..ea04225fd67c1cff3663a6be0f889f4d62b10345 100644 (file)
@@ -21,7 +21,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.global _DisableInterrupts\r
+.globl ASM_PFX(DisableInterrupts)\r
 \r
 #------------------------------------------------------------------------------\r
 # VOID\r
@@ -30,6 +30,6 @@
 #   VOID\r
 #   );\r
 #------------------------------------------------------------------------------\r
-_DisableInterrupts:\r
+ASM_PFX(DisableInterrupts):\r
     cli\r
     ret\r