summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Sec/Exception.S
diff options
context:
space:
mode:
Diffstat (limited to 'ArmPlatformPkg/Sec/Exception.S')
-rw-r--r--ArmPlatformPkg/Sec/Exception.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/ArmPlatformPkg/Sec/Exception.S b/ArmPlatformPkg/Sec/Exception.S
index 4c7f780dbe..067e5097cf 100644
--- a/ArmPlatformPkg/Sec/Exception.S
+++ b/ArmPlatformPkg/Sec/Exception.S
@@ -84,20 +84,20 @@ _DefaultReserved:
# Switch to SVC for common stack
cps #0x13
mov r0, #5
- blx SecCommonExceptionEntry
+ blx ASM_PFX(SecCommonExceptionEntry)
_DefaultIrq:
sub r1, LR, #4
# Switch to SVC for common stack
cps #0x13
mov r0, #6
- blx SecCommonExceptionEntry
+ blx ASM_PFX(SecCommonExceptionEntry)
_DefaultFiq:
sub r1, LR, #4
# Switch to SVC for common stack
cps #0x13
mov r0, #7
- blx SecCommonExceptionEntry
-
+ blx ASM_PFX(SecCommonExceptionEntry)
+ END