summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/ArmSvcLib/AArch64/ArmSvc.S
diff options
context:
space:
mode:
Diffstat (limited to 'ArmPkg/Library/ArmSvcLib/AArch64/ArmSvc.S')
-rw-r--r--ArmPkg/Library/ArmSvcLib/AArch64/ArmSvc.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/ArmPkg/Library/ArmSvcLib/AArch64/ArmSvc.S b/ArmPkg/Library/ArmSvcLib/AArch64/ArmSvc.S
index 1a7c10cb79..bdba9d7fe9 100644
--- a/ArmPkg/Library/ArmSvcLib/AArch64/ArmSvc.S
+++ b/ArmPkg/Library/ArmSvcLib/AArch64/ArmSvc.S
@@ -5,12 +5,12 @@
//
//
+#include <AsmMacroIoLibV8.h>
+
.text
.align 3
-GCC_ASM_EXPORT(ArmCallSvc)
-
-ASM_PFX(ArmCallSvc):
+ASM_FUNC(ArmCallSvc)
// Push frame pointer and return address on the stack
stp x29, x30, [sp, #-32]!
mov x29, sp