[edk2] [Patch] IntelFrameworkModulePkg SmmRuntimeDxeReportStatusCodeLib: Add missing EFIAPI

Liming Gao posted 1 patch 5 years, 9 months ago
Failed in applying to current master (apply log)
.../SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeSupport.c     | 1 +
1 file changed, 1 insertion(+)
[edk2] [Patch] IntelFrameworkModulePkg SmmRuntimeDxeReportStatusCodeLib: Add missing EFIAPI
Posted by Liming Gao 5 years, 9 months ago
https://bugzilla.tianocore.org/show_bug.cgi?id=1059

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Steven Shi <steven.shi@intel.com>
---
 .../SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeSupport.c     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeSupport.c b/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeSupport.c
index d97a7f7..7b91015 100644
--- a/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeSupport.c
+++ b/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeSupport.c
@@ -61,6 +61,7 @@ SmmStatusCodeInitialize (
 
 **/
 EFI_STATUS
+EFIAPI
 SmmStatusCodeReport (
   IN EFI_STATUS_CODE_TYPE     Type,
   IN EFI_STATUS_CODE_VALUE    Value,
-- 
2.10.0.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel