diff options
Diffstat (limited to 'ArmPlatformPkg/Sec/Arm')
-rw-r--r-- | ArmPlatformPkg/Sec/Arm/Helper.S | 5 |
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
|