diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-09-22 23:07:06 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-09-22 23:07:06 +0000 |
commit | 009f583fa00404ea243cc5b75f1a4ea4f6bc0c18 (patch) | |
tree | e0e3474e5f5a3b32e0d49b0d3c7d5eb7d59ae2ac /ArmPlatformPkg/Sec/Exception.S | |
parent | f92b93c9a31a763b2848fda804f1198eea571de7 (diff) | |
download | edk2-platforms-009f583fa00404ea243cc5b75f1a4ea4f6bc0c18.tar.xz |
ArmPlatformPkg/Sec: Clean and Move all declaration into 'SecInternal.h'
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12417 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/Sec/Exception.S')
-rw-r--r-- | ArmPlatformPkg/Sec/Exception.S | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ArmPlatformPkg/Sec/Exception.S b/ArmPlatformPkg/Sec/Exception.S index c1fd14d49b..bdcdeff741 100644 --- a/ArmPlatformPkg/Sec/Exception.S +++ b/ArmPlatformPkg/Sec/Exception.S @@ -15,18 +15,14 @@ #include <Base.h> #include <AutoGen.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 //============================================================ |