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:
yshang1 2007-09-19 02:07:04 +00:00
parent aa7ab98849
commit d940d5e59f
1 changed files with 1 additions and 1 deletions

View File

@ -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