X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FUniversal%2FGenericMemoryTest%2FPei%2FBaseMemoryTest.c;fp=EdkModulePkg%2FUniversal%2FGenericMemoryTest%2FPei%2FBaseMemoryTest.c;h=4cf51f4f0c29e90611243743e787f2948372fe66;hp=48ed607961de18764a513dd4fdb797cdafd9e55d;hb=8d8daecb5435d879c1b1244d51876f37359759a3;hpb=09caf4071e9224b5a778a7d31c7875af4a0736ba diff --git a/EdkModulePkg/Universal/GenericMemoryTest/Pei/BaseMemoryTest.c b/EdkModulePkg/Universal/GenericMemoryTest/Pei/BaseMemoryTest.c index 48ed607961..4cf51f4f0c 100644 --- a/EdkModulePkg/Universal/GenericMemoryTest/Pei/BaseMemoryTest.c +++ b/EdkModulePkg/Universal/GenericMemoryTest/Pei/BaseMemoryTest.c @@ -1,6 +1,6 @@ /*++ -Copyright (c) 2006, Intel Corporation +Copyright (c) 2006 - 2007, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -20,7 +20,6 @@ Abstract: --*/ #include -#include static PEI_BASE_MEMORY_TEST_PPI mPeiBaseMemoryTestPpi = { BaseMemoryTest }; @@ -105,7 +104,7 @@ Returns: // // Make sure we don't try and test anything above the max physical address range // - ASSERT_EFI_ERROR (BeginAddress + MemoryLength < EFI_MAX_ADDRESS); + ASSERT (BeginAddress + MemoryLength < EFI_MAX_ADDRESS); switch (Operation) { case Extensive: