]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/ArmExceptionLib/Arm/ArmException.c
ArmPkg: Fix Ecc error 5003 in ArmExceptionLib
[mirror_edk2.git] / ArmPkg / Library / ArmExceptionLib / Arm / ArmException.c
index 36c9f3f92616def46472d25c5d21430d274280fe..40857c7f1fafec48fe2529f474bdf919bd6a3245 100644 (file)
@@ -2,7 +2,7 @@
 *  Exception handling support specific for ARM\r
 *\r
 * Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
-* Copyright (c) 2014, ARM Limited. All rights reserved.<BR>\r
+* Copyright (c) 2014 - 2021, Arm Limited. All rights reserved.<BR>\r
 * Copyright (c) 2016 HP Development Company, L.P.<BR>\r
 *\r
 *  SPDX-License-Identifier: BSD-2-Clause-Patent\r
@@ -26,7 +26,8 @@ PHYSICAL_ADDRESS        gExceptionVectorAlignmentMask = ARM_VECTOR_TABLE_ALIGNME
 // NOTE: This code assumes vectors are ARM and not Thumb code\r
 UINTN                   gDebuggerNoHandlerValue = 0xEAFFFFFE;\r
 \r
-RETURN_STATUS ArchVectorConfig(\r
+RETURN_STATUS\r
+ArchVectorConfig (\r
   IN  UINTN       VectorBaseAddress\r
   )\r
 {\r