X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FLibrary%2FSmmReportStatusCodeLib%2FReportStatusCodeLib.c;h=c2fd33e8c1ca236d3e7cc57cea216dde742ba869;hb=d1102dba7210b95e41d06c2338a22ba6af248645;hp=5394fb9e97b1d8fda93173cdfea7f2e741ce9f52;hpb=ca79bab7af4770c5eb578f6d495af01705aedb79;p=mirror_edk2.git diff --git a/MdeModulePkg/Library/SmmReportStatusCodeLib/ReportStatusCodeLib.c b/MdeModulePkg/Library/SmmReportStatusCodeLib/ReportStatusCodeLib.c index 5394fb9e97..c2fd33e8c1 100644 --- a/MdeModulePkg/Library/SmmReportStatusCodeLib/ReportStatusCodeLib.c +++ b/MdeModulePkg/Library/SmmReportStatusCodeLib/ReportStatusCodeLib.c @@ -1,7 +1,7 @@ /** @file Report Status Code Library for SMM Phase. - Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.
+ Copyright (c) 2009 - 2018, 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 @@ -92,13 +92,13 @@ InternalReportStatusCode ( return EFI_UNSUPPORTED; } } - + // // A status code service is present in system, so pass in all the parameters to the service. // return (*mReportStatusCode) (mStatusCodeProtocol, Type, Value, Instance, (EFI_GUID *)CallerId, Data); } - + return EFI_UNSUPPORTED; }