From 898d4ac23bb66c2aca35fed5d50d61194e1c69f2 Mon Sep 17 00:00:00 2001 From: klu2 Date: Wed, 11 Jul 2007 17:35:30 +0000 Subject: Build drivers for IPF, X64, IA32 arch git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3200 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IntelFrameworkPkg/Library') diff --git a/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c b/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c index e2f9d5fa47..728703ab32 100644 --- a/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c +++ b/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c @@ -78,7 +78,7 @@ InternalReportStatusCode ( if (gBS == NULL) { return EFI_UNSUPPORTED; } - Status = gBS->LocateProtocol (&gEfiStatusCodeRuntimeProtocolGuid, NULL, &StatusCode); + Status = gBS->LocateProtocol (&gEfiStatusCodeRuntimeProtocolGuid, NULL, (VOID**)&StatusCode); if (!EFI_ERROR (Status) && StatusCode != NULL) { ReportStatusCode = StatusCode->ReportStatusCode; } else if (gRT->Hdr.Revision < 0x20000) { -- cgit v1.2.3