From: xgu3 Date: Mon, 7 Aug 2006 07:51:56 +0000 (+0000) Subject: Modify dispatch opcode for standalone boot script executor X-Git-Tag: edk2-stable201903~24673 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=4dbd074e66431307349cfb69789698ae566c50d2 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 --- diff --git a/MdePkg/Include/Common/BootScript.h b/MdePkg/Include/Common/BootScript.h index 12bcc5bef7..0015988e75 100644 --- a/MdePkg/Include/Common/BootScript.h +++ b/MdePkg/Include/Common/BootScript.h @@ -171,6 +171,7 @@ typedef struct { UINT16 OpCode; UINT8 Length; EFI_PHYSICAL_ADDRESS EntryPoint; + EFI_PHYSICAL_ADDRESS Context; } EFI_BOOT_SCRIPT_DISPATCH; typedef struct {