]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/CpuDxe/Ia32/CpuAsm.asm
Clear the direction flag in interrupt/exception handlers' assembly entry code before...
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 16 May 2011 06:10:42 +0000 (06:10 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 16 May 2011 06:10:42 +0000 (06:10 +0000)
commitad8cbf7197f41cbca4ac101d58f72dcf05c13860
tree1207a737bf7cdf0a396db9044269ed8d2c45485f
parente332b442b9d22b948956a681b0614708303c5976
Clear the direction flag in interrupt/exception handlers' assembly entry code before calling C functions to follow the UEFI calling convention.

Signed-off-by: rsun3
Reviewed-by: jyao1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11664 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Universal/DebugSupportDxe/Ia32/AsmFuncs.asm
MdeModulePkg/Universal/DebugSupportDxe/X64/AsmFuncs.asm
UefiCpuPkg/CpuDxe/Ia32/CpuAsm.asm
UefiCpuPkg/CpuDxe/X64/CpuAsm.asm