X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FDxeRuntimeExtendedSalLib%2FExtendedSalLib.c;h=f9e974b373d48ab7c994b974e30e1c4d3d3b7fc3;hp=1a599e6687cfda7f50210f9065e471f5e8f2f36c;hb=3bbe68a3627e7c75474955352f27b923c5831ad7;hpb=571e9831be5a7ce19768447d08a24bea8256d6ed;ds=sidebyside diff --git a/MdePkg/Library/DxeRuntimeExtendedSalLib/ExtendedSalLib.c b/MdePkg/Library/DxeRuntimeExtendedSalLib/ExtendedSalLib.c index 1a599e6687..f9e974b373 100644 --- a/MdePkg/Library/DxeRuntimeExtendedSalLib/ExtendedSalLib.c +++ b/MdePkg/Library/DxeRuntimeExtendedSalLib/ExtendedSalLib.c @@ -1,7 +1,7 @@ /** @file This library implements the Extended SAL Library Class for use in boot services and runtime. - Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -319,6 +319,8 @@ RegisterEsalClass ( Status = RegisterEsalFunction (FunctionId, ClassGuidLo, ClassGuidHi, Function, ModuleGlobal); } + VA_END (Args); + if (EFI_ERROR (Status)) { return Status; }