]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/DebugAgentPei/DebugAgentPei.c
Refine code to make it more safely.
[mirror_edk2.git] / SourceLevelDebugPkg / DebugAgentPei / DebugAgentPei.c
index df0ac87b421d9ab914865d34e0fdb22b171cf833..2dcc7a78d16ad8a1867631b6abec33d0f66f6611 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Initialize Debug Agent in PEI by invoking Debug Agent Library.\r
 \r
-Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -39,6 +39,7 @@ DebugAgentPeiInitialize (
 {\r
   EFI_STATUS                 Status;\r
 \r
+  Status = EFI_UNSUPPORTED;\r
   InitializeDebugAgent (DEBUG_AGENT_INIT_PEI, &Status, NULL);\r
 \r
   return Status;\r