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:
@ -31,7 +31,7 @@ RtMemoryStatusCodeInitializeWorker (
|
|||||||
// Allocate runtime memory status code pool.
|
// Allocate runtime memory status code pool.
|
||||||
//
|
//
|
||||||
RtMemoryStatusCodeTable =
|
RtMemoryStatusCodeTable =
|
||||||
(RUNTIME_MEMORY_STATUSCODE_HEADER *) AllocatePool (
|
(RUNTIME_MEMORY_STATUSCODE_HEADER *) AllocateRuntimePool (
|
||||||
sizeof (RUNTIME_MEMORY_STATUSCODE_HEADER) +
|
sizeof (RUNTIME_MEMORY_STATUSCODE_HEADER) +
|
||||||
PcdGet16 (PcdStatusCodeRuntimeMemorySize) *
|
PcdGet16 (PcdStatusCodeRuntimeMemorySize) *
|
||||||
1024
|
1024
|
||||||
|
Reference in New Issue
Block a user