mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-31 01:24:12 +02:00
MdeModulePkg/PiSmmCore: Fix fixed address loading
This commit is contained in:
parent
03b44331ec
commit
414fd1789b
@ -444,7 +444,7 @@ SmmLoadImage (
|
|||||||
// following statements is to bypass SmmFreePages
|
// following statements is to bypass SmmFreePages
|
||||||
//
|
//
|
||||||
PageCount = 0;
|
PageCount = 0;
|
||||||
DstBuffer = (UINTN)gLoadModuleAtFixAddressSmramBase;
|
DstBuffer = LoadAddress;
|
||||||
} else {
|
} else {
|
||||||
DEBUG ((DEBUG_INFO|DEBUG_LOAD, "LOADING MODULE FIXED ERROR: Failed to load module at fixed address. \n"));
|
DEBUG ((DEBUG_INFO|DEBUG_LOAD, "LOADING MODULE FIXED ERROR: Failed to load module at fixed address. \n"));
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user