From: mdkinney Date: Tue, 28 Nov 2006 02:44:20 +0000 (+0000) Subject: Add JumpBuffer field that records the allocated pool address that may be different... X-Git-Tag: edk2-stable201903~23854 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=d57427a7f74cba303ff9cc82a1380f16ef07c52f Add JumpBuffer field that records the allocated pool address that may be different that the Jump Context address git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2023 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/EdkModulePkg/Core/Dxe/Image.h b/EdkModulePkg/Core/Dxe/Image.h index 067d42d4b5..9d3e41260c 100644 --- a/EdkModulePkg/Core/Dxe/Image.h +++ b/EdkModulePkg/Core/Dxe/Image.h @@ -47,6 +47,7 @@ typedef struct { UINTN ExitDataSize; // Size of ExitData from started image VOID *ExitData; // Pointer to exit data from started image + VOID *JumpBuffer; // Pointer to pool allocation for context save/retore BASE_LIBRARY_JUMP_BUFFER *JumpContext; // Pointer to buffer for context save/retore UINT16 Machine; // Machine type from PE image