summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Sec/Arm
diff options
context:
space:
mode:
authorOlivier Martin <olivier.martin@arm.com>2014-03-01 11:01:00 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2014-03-01 11:01:00 +0000
commit27995cd5d6ea40639d6034b8b7cbb84f625f1a4a (patch)
tree8d8af61ee05b748f80d2f78866a9e9cd1733164b /ArmPlatformPkg/Sec/Arm
parentf6c5a29bb9041caf66426ddced7454f9051124eb (diff)
downloadedk2-platforms-27995cd5d6ea40639d6034b8b7cbb84f625f1a4a.tar.xz
ArmPkg: Tidy assembler code
- Fixed typo - Removed unreachable 'dead' loop Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15277 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/Sec/Arm')
-rw-r--r--ArmPlatformPkg/Sec/Arm/Helper.S5
1 files changed, 1 insertions, 4 deletions
diff --git a/ArmPlatformPkg/Sec/Arm/Helper.S b/ArmPlatformPkg/Sec/Arm/Helper.S
index c99987d3a1..ae4bc44540 100644
--- a/ArmPlatformPkg/Sec/Arm/Helper.S
+++ b/ArmPlatformPkg/Sec/Arm/Helper.S
@@ -1,5 +1,5 @@
#========================================================================================
-# Copyright (c) 2011-2013, ARM Limited. All rights reserved.
+# Copyright (c) 2011-2014, ARM Limited. All rights reserved.
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -80,8 +80,5 @@ ASM_PFX(set_non_secure_mode):
isb
pop { r1 }
bx lr @ return (hopefully thumb-safe!)
-
-dead:
- b dead
ASM_FUNCTION_REMOVE_IF_UNREFERENCED