]> git.proxmox.com Git - mirror_edk2.git/commit - UnixPkg/Library/UnixBaseLib/X64/Thunk16.S
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:48:32 +0000 (07:48 +0000)
committerli-elvin <li-elvin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 12 Nov 2010 07:48:32 +0000 (07:48 +0000)
commit13f06a56bfc60a6f106474b1a4db47650340a90e
tree957bb4bc95bddb1f2be6d8d24753fa6d96f84e21
parent4d4c535a329a605ec4ea2a39dbfceef443afe4a7
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@11048 6f19259b-4bc3-4df7-8a09-765794883524
UnixPkg/Library/UnixBaseLib/X64/Thunk16.S
UnixPkg/Library/UnixBaseLib/X64/Thunk16.asm