]> git.proxmox.com Git - mirror_edk2.git/commit
Fix 64-bit bug in DxeIpl. You can't cast an & UINT64 to a UINT32 *, as the upper...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 18 Jul 2010 17:56:06 +0000 (17:56 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 18 Jul 2010 17:56:06 +0000 (17:56 +0000)
commit635021c59421db3d837f4e6797c5dc70bbd78b6f
tree6abe463f187815f9391bde5c82f26994fde95097
parentf5e004a3d0d9f9ccfef3ab8e5d4ff35baca43d63
Fix 64-bit bug in DxeIpl. You can't cast an & UINT64 to a UINT32 *, as the upper 32-bits do not get updated. In my case there was data on the stack for the upper 32-bits and it caused the size to be greater than 4GB.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10659 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Core/DxeIplPeim/DxeLoad.c