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:
vprabhal
2007-07-10 23:27:48 +00:00
parent 5724d205a3
commit b798426d88
9 changed files with 157 additions and 132 deletions

View File

@ -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);