]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/AutoScanPei/AutoScanPei.c
EmulatorPkg/AutoScanPei: Report the correct CPU address size
[mirror_edk2.git] / EmulatorPkg / AutoScanPei / AutoScanPei.c
index 78a40db3a247fb73f990319111ebfd50d6dee453..9316ea549be52346d16f2c71af41b78e32b50a1c 100644 (file)
@@ -1,6 +1,6 @@
 /*++ @file\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 Portions copyright (c) 2011, Apple Inc. All rights reserved.\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
@@ -101,9 +101,9 @@ Returns:
   } while (!EFI_ERROR (Status));\r
 \r
   //\r
-  // Build the CPU hob with 36-bit addressing and 16-bits of IO space.\r
+  // Build the CPU hob with 57-bit addressing and 16-bits of IO space.\r
   //\r
-  BuildCpuHob (36, 16);\r
+  BuildCpuHob (57, 16);\r
 \r
   return Status;\r
 }\r