]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTest.c
Clean up to update the reference of the these macros:
[mirror_edk2.git] / MdeModulePkg / Universal / MemoryTest / BaseMemoryTestPei / BaseMemoryTest.c
index 3e16403d7943e03e1ffc7409891a5b9915782af1..0f9ddb9b7250fb243fc03ad8f32679420cf232bb 100644 (file)
@@ -85,7 +85,7 @@ BaseMemoryTest (
   //\r
   // Make sure we don't try and test anything above the max physical address range\r
   //\r
-  ASSERT (BeginAddress + MemoryLength < EFI_MAX_ADDRESS);\r
+  ASSERT (BeginAddress + MemoryLength < MAX_ADDRESS);\r
 \r
   switch (Operation) {\r
   case Extensive:\r