Save/Restore xmm6-xmm15 in function setJump/longJump.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8506 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
gikidy
2009-06-10 07:14:17 +00:00
parent 6fcb2d910a
commit 9b9641c6d9
3 changed files with 27 additions and 1 deletions

View File

@@ -101,6 +101,8 @@ typedef struct {
UINT64 R14;
UINT64 R15;
UINT64 Rip;
UINT64 MxCsr;
UINT8 XmmBuffer[160]; ///< XMM6-XMM15
} BASE_LIBRARY_JUMP_BUFFER;
#define BASE_LIBRARY_JUMP_BUFFER_ALIGNMENT 8