]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkUnixPkg/Sec/SecMain.c
remove unused PCD
[mirror_edk2.git] / EdkUnixPkg / Sec / SecMain.c
index b1394a2c0203d3073c9b2cdb13ec285628328d25..72fad08e647ced66130c37abe603eac835f977ba 100644 (file)
@@ -313,10 +313,10 @@ MapMemory (
   INTN   prot,
   INTN   flags)
 {
-  STATIC UINTN base = 0x40000000;
-  CONST UINTN align = (1 << 24);
-  VOID *res;
-  BOOLEAN isAligned = 0;
+  STATIC UINTN base  = 0x40000000;
+  CONST UINTN  align = (1 << 24);
+  VOID         *res  = NULL;
+  BOOLEAN      isAligned = 0;
 
   //
   // Try to get an aligned block somewhere in the address space of this