]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/DebugAgentSymbolsBaseLib/AArch64/DebugAgentException.S
ArmPkg: ensure DebugAgentVectorTable is 2K-aligned
[mirror_edk2.git] / ArmPkg / Library / DebugAgentSymbolsBaseLib / AArch64 / DebugAgentException.S
index 022e2796c5c44fa9323b9c301133386fb8af0a5d..3fc090b2c3a63c6562658910906c7720c9f02150 100644 (file)
@@ -16,12 +16,12 @@ GCC_ASM_EXPORT(DebugAgentVectorTable)
 GCC_ASM_IMPORT(DefaultExceptionHandler)\r
 \r
 .text\r
+.align 11\r
 ASM_PFX(DebugAgentVectorTable):\r
 \r
 //\r
 // Current EL with SP0 : 0x0 - 0x180\r
 //\r
-.align 11\r
 ASM_PFX(SynchronousExceptionSP0):\r
   b   ASM_PFX(SynchronousExceptionSP0)\r
 \r