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
This commit is contained in:
mdkinney 2006-11-28 02:44:20 +00:00
parent 62332e5da3
commit d57427a7f7
1 changed files with 1 additions and 0 deletions

View File

@ -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