mirror of https://github.com/acidanthera/audk.git
Modify dispatch opcode for standalone boot script executor
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1199 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a04ab2ba89
commit
4dbd074e66
|
@ -171,6 +171,7 @@ typedef struct {
|
|||
UINT16 OpCode;
|
||||
UINT8 Length;
|
||||
EFI_PHYSICAL_ADDRESS EntryPoint;
|
||||
EFI_PHYSICAL_ADDRESS Context;
|
||||
} EFI_BOOT_SCRIPT_DISPATCH;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in New Issue