]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Include/Library/BaseLib.h
1. Added '#pragma pack' directive in BaseLib.h for the structure IA32_DESCRIPTOR
authorbxing <bxing@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 12 Jul 2006 09:23:28 +0000 (09:23 +0000)
committerbxing <bxing@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 12 Jul 2006 09:23:28 +0000 (09:23 +0000)
commitdb8f40e294c3ab4a8079619da71b6e41dea8044a
tree4a79d8f4d7267c2b3de1a86fec7b5547049203ff
parent7867eb23e85d12ee494bb0a70cfb34fe55a2671c
1. Added '#pragma pack' directive in BaseLib.h for the structure IA32_DESCRIPTOR
2. Updated SetMem64.asm's to remove any SSE3 instructions.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@901 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Include/Library/BaseLib.h
MdePkg/Library/BaseMemoryLibMmx/Ia32/SetMem64.asm
MdePkg/Library/BaseMemoryLibSse2/Ia32/SetMem64.asm
MdePkg/Library/BaseMemoryLibSse2/x64/SetMem64.asm