]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg: Fix GCC Thunk support for IA32
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 6 Dec 2010 06:06:35 +0000 (06:06 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 6 Dec 2010 06:06:35 +0000 (06:06 +0000)
commitdccf78f0a29c44485f2bd5eef4398b6be93ee81b
tree95da2460df7b04216e6f0a680334c8c08671f930
parent7709cf48e4323817d080d8d133a6be54cf282518
MdePkg: Fix GCC Thunk support for IA32

In r11047 Ia32/Thunk.S was modified.  However, the current
implemention of Ia32/Thunk.S has contant values in the code
which must be updated if the code is changed.

This change updates those constants for the r11047 change.

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