]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Arm/DisableInterrupts.S
Replace INTERWORK_FUNC, with GCC_ASM_EXPORT() and GCC_ASM_IMPORT() and update the...
[mirror_edk2.git] / MdePkg / Library / BaseLib / Arm / DisableInterrupts.S
index b78d7fedbcca7bfa89191c7862c9bd22f3e54ce7..e5740862d73f636717516adfa2ada834fa0d9a02 100644 (file)
@@ -7,7 +7,7 @@
 # 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
-# http://opensource.org/licenses/bsd-license.php\r
+# http://opensource.org/licenses/bsd-license.php.\r
 #\r
 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -16,7 +16,7 @@
 \r
 .text\r
 .p2align 2\r
-.globl ASM_PFX(DisableInterrupts)\r
+GCC_ASM_EXPORT(DisableInterrupts)\r
 \r
 #/**\r
 #  Disables CPU interrupts.\r