diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-08 08:15:33 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-08 08:15:33 +0000 |
commit | 1fd8c31a52758cd3ac53abe63ffde23c630a91de (patch) | |
tree | 6cb37b43b4a346089eaee2c7d6ebc344547ff120 /UnixPkg | |
parent | 3d4d0c34f9011e273987dad8b12b6753d495afb9 (diff) | |
download | edk2-platforms-1fd8c31a52758cd3ac53abe63ffde23c630a91de.tar.xz |
updated to use the term “temporary memory” but not CAR
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8036 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UnixPkg')
-rw-r--r-- | UnixPkg/Sec/SecMain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UnixPkg/Sec/SecMain.c b/UnixPkg/Sec/SecMain.c index b49f37bfcf..b5f6092519 100644 --- a/UnixPkg/Sec/SecMain.c +++ b/UnixPkg/Sec/SecMain.c @@ -979,7 +979,7 @@ SecTemporaryRamSupport ( // // - // Simulate to invalid CAR, terminate CAR + // Simulate to invalid temporary memory, terminate temporary memory // //ZeroMem ((VOID*)(UINTN)TemporaryMemoryBase, CopySize); |