mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
User: Please analysers
This commit is contained in:
parent
6055ec7b43
commit
9e81ed82f3
@ -6,6 +6,7 @@
|
||||
#include <UserBootServices.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
EFI_BOOT_SERVICES mBootServices = {
|
||||
.RaiseTPL = DummyRaiseTPL,
|
||||
@ -23,7 +24,10 @@ EFI_SYSTEM_TABLE mSystemTable = {
|
||||
.ConOut = &mConOut
|
||||
};
|
||||
|
||||
EFI_RUNTIME_SERVICES mRuntimeServices = { { 0 } };
|
||||
EFI_RUNTIME_SERVICES mRuntimeServices = {
|
||||
{ 0 },
|
||||
NULL
|
||||
};
|
||||
|
||||
EFI_SYSTEM_TABLE *gST = &mSystemTable;
|
||||
EFI_BOOT_SERVICES *gBS = &mBootServices;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user