diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Arm/DisableInterrupts.S')
-rw-r--r-- | MdePkg/Library/BaseLib/Arm/DisableInterrupts.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/Arm/DisableInterrupts.S b/MdePkg/Library/BaseLib/Arm/DisableInterrupts.S index 83db27a3fb..e5740862d7 100644 --- a/MdePkg/Library/BaseLib/Arm/DisableInterrupts.S +++ b/MdePkg/Library/BaseLib/Arm/DisableInterrupts.S @@ -16,8 +16,7 @@ .text
.p2align 2
-.globl ASM_PFX(DisableInterrupts)
-INTERWORK_FUNC(DisableInterrupts) +GCC_ASM_EXPORT(DisableInterrupts)
#/**
# Disables CPU interrupts.
|