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:
xgu3 2006-08-07 07:51:56 +00:00
parent a04ab2ba89
commit 4dbd074e66
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ typedef struct {
UINT16 OpCode;
UINT8 Length;
EFI_PHYSICAL_ADDRESS EntryPoint;
EFI_PHYSICAL_ADDRESS Context;
} EFI_BOOT_SCRIPT_DISPATCH;
typedef struct {