commit | 635021c59421db3d837f4e6797c5dc70bbd78b6f | [log] [tgz] |
---|---|---|
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | Sun Jul 18 17:56:06 2010 +0000 |
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | Sun Jul 18 17:56:06 2010 +0000 |
tree | 6abe463f187815f9391bde5c82f26994fde95097 | |
parent | f5e004a3d0d9f9ccfef3ab8e5d4ff35baca43d63 [diff] |
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