mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 06:34:30 +02:00
ICC Cleanup.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6579 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
af257d5087
commit
717656c782
@ -164,7 +164,7 @@ Returns:
|
|||||||
// virtual). So lets grap the physical PLABEL for the EsalEntryPoint and store it
|
// virtual). So lets grap the physical PLABEL for the EsalEntryPoint and store it
|
||||||
// away. We cache it in a module global, so we can register the vitrual version.
|
// away. We cache it in a module global, so we can register the vitrual version.
|
||||||
//
|
//
|
||||||
Status = gBS->LocateProtocol (&gEfiExtendedSalBootServiceProtocolGuid, NULL, &mEsalBootService);
|
Status = gBS->LocateProtocol (&gEfiExtendedSalBootServiceProtocolGuid, NULL, (VOID **) &mEsalBootService);
|
||||||
ASSERT_EFI_ERROR (Status);
|
ASSERT_EFI_ERROR (Status);
|
||||||
|
|
||||||
Plabel = (EFI_PLABEL *) (UINTN) mEsalBootService->ExtendedSalProc;
|
Plabel = (EFI_PLABEL *) (UINTN) mEsalBootService->ExtendedSalProc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user