]> git.proxmox.com Git - mirror_edk2.git/commit
Fix the issue that the high 16-bit of EAX may contain invalid data, which cause bad...
authorli-elvin <li-elvin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 12 Nov 2010 07:47:27 +0000 (07:47 +0000)
committerli-elvin <li-elvin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 12 Nov 2010 07:47:27 +0000 (07:47 +0000)
commit4d4c535a329a605ec4ea2a39dbfceef443afe4a7
treeb5222a0fda27db433d5325a93c93cf20055a57d0
parentbe3b67bca5dfd62cea1148470554f6628efb9b7b
Fix the issue that the high 16-bit of EAX may contain invalid data, which cause bad stack pointer, the change will ensure the high 16-bit of EAX is cleared.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11047 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Library/BaseLib/Ia32/Thunk16.S
MdePkg/Library/BaseLib/Ia32/Thunk16.asm
MdePkg/Library/BaseLib/X64/Thunk16.S
MdePkg/Library/BaseLib/X64/Thunk16.asm