From de1f9dd9b1718f465a64be6b4991a28a20a76a9b Mon Sep 17 00:00:00 2001 From: oliviermartin Date: Fri, 3 Jun 2011 09:44:52 +0000 Subject: ArmPlatformPkg: Fix ARMGCC build git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11751 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPlatformPkg/PrePeiCore/Exception.S | 1 - ArmPlatformPkg/Sec/Exception.S | 1 - 2 files changed, 2 deletions(-) (limited to 'ArmPlatformPkg') 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 -- cgit v1.2.3