]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/CpuDxe/CpuDxe.c
Fix a bug that the size of a gate descriptor in the IDT is 8 bytes. The size is 8...
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 17 Dec 2010 02:38:26 +0000 (02:38 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 17 Dec 2010 02:38:26 +0000 (02:38 +0000)
commit304a39b746f947398d2b084ef8623a51f21e49d0
tree426465779e3d5393afa0ef8e99b0a12f08e14ef2
parentbcec20df61bd3c43943a21557e784ac0ae37e6ac
Fix a bug that the size of a gate descriptor in the IDT is 8 bytes. The size is 8 bytes in 32-bit mode, while it is 16 bytes in 64-bit mode. Replace the hard-coded size with a sizeof.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11177 6f19259b-4bc3-4df7-8a09-765794883524
UefiCpuPkg/CpuDxe/CpuDxe.c