audk/EmulatorPkg/Win
Michael D Kinney 81802056c8 EmulatorPkg: Move magic page to first allocation
The magic page is allocated from a fixed address specified
by PcdPeiServicesTablePage. This allocation has been observed
to sometimes fail. Move the allocation of this buffer to the
very beginning of main() to minimize the change that another
allocation is allocated from the PcdPeiServicesTablePage
address.

Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
2025-01-23 04:20:47 +00:00
..
Host EmulatorPkg: Move magic page to first allocation 2025-01-23 04:20:47 +00:00
VS2017