diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-06-03 09:44:52 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-06-03 09:44:52 +0000 |
commit | de1f9dd9b1718f465a64be6b4991a28a20a76a9b (patch) | |
tree | abb66f2fab3bf3f89caf2ae1bec601374c7a3b03 /ArmPlatformPkg | |
parent | 0530bfe360e9ad4f2d72d23116589ebcdc1d8948 (diff) | |
download | edk2-platforms-de1f9dd9b1718f465a64be6b4991a28a20a76a9b.tar.xz |
ArmPlatformPkg: Fix ARMGCC build
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11751 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg')
-rw-r--r-- | ArmPlatformPkg/PrePeiCore/Exception.S | 1 | ||||
-rw-r--r-- | ArmPlatformPkg/Sec/Exception.S | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ArmPlatformPkg/PrePeiCore/Exception.S b/ArmPlatformPkg/PrePeiCore/Exception.S index c2ce15657b..159a4d0578 100644 --- a/ArmPlatformPkg/PrePeiCore/Exception.S +++ b/ArmPlatformPkg/PrePeiCore/Exception.S @@ -100,4 +100,3 @@ _DefaultFiq: mov r0, #7 blx ASM_PFX(PeiCommonExceptionEntry) - END
diff --git a/ArmPlatformPkg/Sec/Exception.S b/ArmPlatformPkg/Sec/Exception.S index 067e5097cf..c1fd14d49b 100644 --- a/ArmPlatformPkg/Sec/Exception.S +++ b/ArmPlatformPkg/Sec/Exception.S @@ -100,4 +100,3 @@ _DefaultFiq: mov r0, #7 blx ASM_PFX(SecCommonExceptionEntry) - END |