summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Arm/DisableInterrupts.S
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/Arm/DisableInterrupts.S')
-rw-r--r--MdePkg/Library/BaseLib/Arm/DisableInterrupts.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseLib/Arm/DisableInterrupts.S b/MdePkg/Library/BaseLib/Arm/DisableInterrupts.S
index 338bd78..83db27a 100644
--- a/MdePkg/Library/BaseLib/Arm/DisableInterrupts.S
+++ b/MdePkg/Library/BaseLib/Arm/DisableInterrupts.S
@@ -17,6 +17,7 @@
.text
.p2align 2
.globl ASM_PFX(DisableInterrupts)
+INTERWORK_FUNC(DisableInterrupts)
#/**
# Disables CPU interrupts.