audk/UefiCpuPkg/Library
jljusten d6d8e8925f BaseUefiCpuLib: Preserve EBX register in InitializeFloatingPointUnits
The EBX register should be preserved for the IA32 C calling convention.
The use of the CPUID instruction was modifying the EBX register, so
we push and pop EBX.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9573 6f19259b-4bc3-4df7-8a09-765794883524
2009-12-16 23:29:20 +00:00
..
BaseUefiCpuLib BaseUefiCpuLib: Preserve EBX register in InitializeFloatingPointUnits 2009-12-16 23:29:20 +00:00
MtrrLib Add MTRR library for IA32 & X64 processor architectures. 2009-05-27 21:09:39 +00:00