]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Sec/Exception.S
* StdLib.dsc was changed to always build the sockets code.
[mirror_edk2.git] / ArmPlatformPkg / Sec / Exception.S
index c1fd14d49b428a48a7ced4ba54b4b7058c1a76fa..14e1fa8c1d752a813432be186f15e76e90d0ed6f 100644 (file)
 #
 
 #include <AsmMacroIoLib.h>
-#include <Base.h>
 #include <AutoGen.h>
+#include "SecInternal.h"
 
-#start of the code section
 .text
 .align 5
 
-# IMPORT
 GCC_ASM_IMPORT(SecCommonExceptionEntry)
-
-# EXPORT
 GCC_ASM_EXPORT(SecVectorTable)
 
 //============================================================
-//Default Exception Handlers
+// Default Exception Handlers
 //============================================================