mirror of https://github.com/acidanthera/audk.git
Bug fix for the runtime memory status code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3891 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
aa7ab98849
commit
d940d5e59f
|
@ -31,7 +31,7 @@ RtMemoryStatusCodeInitializeWorker (
|
|||
// Allocate runtime memory status code pool.
|
||||
//
|
||||
RtMemoryStatusCodeTable =
|
||||
(RUNTIME_MEMORY_STATUSCODE_HEADER *) AllocatePool (
|
||||
(RUNTIME_MEMORY_STATUSCODE_HEADER *) AllocateRuntimePool (
|
||||
sizeof (RUNTIME_MEMORY_STATUSCODE_HEADER) +
|
||||
PcdGet16 (PcdStatusCodeRuntimeMemorySize) *
|
||||
1024
|
||||
|
|
Loading…
Reference in New Issue