changed the Esal call function ids all over the tree
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3184 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -206,7 +206,7 @@ ReportEsalServiceEntry (
|
||||
|
||||
switch (FunctionId) {
|
||||
|
||||
case ReportStatusCodeService:
|
||||
case ReportStatusCodeServiceFunctionId:
|
||||
|
||||
DxeStatusCode = (DXE_STATUS_CODE_CONTROLLER *) Global;
|
||||
|
||||
@ -315,7 +315,7 @@ DxeStatusCodeDriverEntry (
|
||||
&gEfiExtendedSalStatusCodeServicesProtocolGuid,
|
||||
&gDxeStatusCode,
|
||||
ReportEsalServiceEntry,
|
||||
StatusCode,
|
||||
StatusCodeFunctionId,
|
||||
NULL
|
||||
);
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
|
Reference in New Issue
Block a user