]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/EfiJump.h
Sync all bug fixes between EDK1.04 and EDK1.06 into EdkCompatibilityPkg.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Pei / PeiLib / X64 / EfiJump.h
index 9e01b2cd9e693ac7a67148f805d04aa6ef785435..884ec1cc27eb84b058093c6ca99de485da34fb18 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2005, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2005 - 2010, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -35,6 +35,8 @@ typedef struct {
   UINT64 R14;\r
   UINT64 R15;\r
   UINT64 Rip;\r
+  UINT32 MxCsr;\r
+  UINT8  XmmBuffer[160]; // XMM6-XMM15\r
 } EFI_JUMP_BUFFER;\r
 \r
 #endif\r