Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MsWheaPkg: Add EFIAPI to MsWheaReportHandlerPei()
MsWheaReportHandlerPei() is passed to ReportHwErrRecRouter() for the MS_WHEA_ERR_REPORT_PS_FN value where that is defined as: typedef EFI_STATUS (EFIAPI *MS_WHEA_ERR_REPORT_PS_FN)( IN MS_WHEA_ERROR_ENTRY_MD *MsWheaEntryMD ); So, MsWheaReportHandlerPei() needs to include EFIAPI as well. Signed-off-by: Michael Kubacki <[email protected]>
- Loading branch information