]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/DisableInterrupts.S
cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is used...
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / EdkIIGlueLib / Library / BaseLib / X64 / DisableInterrupts.S
index da16886b8b38de1439f0ae838914688c13a99b70..eff3ccc3c750e49665ed5d646b7b06bb891c9770 100644 (file)
@@ -29,7 +29,7 @@
 #   VOID\r
 #   );\r
 #------------------------------------------------------------------------------\r
-.global _DisableInterrupts;\r
-_DisableInterrupts:\r
+.global ASM_PFX(DisableInterrupts)\r
+ASM_PFX(DisableInterrupts):\r
     cli\r
     ret\r