From 4dbd074e66431307349cfb69789698ae566c50d2 Mon Sep 17 00:00:00 2001 From: xgu3 Date: Mon, 7 Aug 2006 07:51:56 +0000 Subject: [PATCH 1/1] 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 --- MdePkg/Include/Common/BootScript.h | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.39.2