summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/PrePeiCore
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-06-03 09:44:52 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-06-03 09:44:52 +0000
commitde1f9dd9b1718f465a64be6b4991a28a20a76a9b (patch)
treeabb66f2fab3bf3f89caf2ae1bec601374c7a3b03 /ArmPlatformPkg/PrePeiCore
parent0530bfe360e9ad4f2d72d23116589ebcdc1d8948 (diff)
downloadedk2-de1f9dd9b1718f465a64be6b4991a28a20a76a9b.tar.gz
edk2-de1f9dd9b1718f465a64be6b4991a28a20a76a9b.tar.bz2
edk2-de1f9dd9b1718f465a64be6b4991a28a20a76a9b.zip
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/PrePeiCore')
-rw-r--r--ArmPlatformPkg/PrePeiCore/Exception.S1
1 files changed, 0 insertions, 1 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