From d57427a7f74cba303ff9cc82a1380f16ef07c52f Mon Sep 17 00:00:00 2001 From: mdkinney Date: Tue, 28 Nov 2006 02:44:20 +0000 Subject: [PATCH] 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 --- EdkModulePkg/Core/Dxe/Image.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2