]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c
Vlv2TbltDevicePkg/AcpiPlatform: Change Size type to UINTN
[mirror_edk2.git] / Vlv2TbltDevicePkg / AcpiPlatform / AcpiPlatform.c
index 0bd375391e8b67cc6912720b737b7848116518bb..5c03f66edb3b26c1990084d4bfdb812dc99a2103 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-  Copyright (c) 2004  - 2018, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2004  - 2019, Intel Corporation. All rights reserved.<BR>\r
 \r
 \r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
@@ -778,7 +778,7 @@ AcpiPlatformEntryPoint (
   EFI_ACPI_COMMON_HEADER        *CurrentTable;\r
   UINTN                         TableHandle;\r
   UINT32                        FvStatus;\r
-  UINT32                        Size;\r
+  UINT                        Size;\r
   EFI_EVENT                     Event;\r
   EFI_ACPI_TABLE_VERSION        TableVersion;\r
   UINTN                         VarSize;\r
@@ -1223,7 +1223,7 @@ AcpiPlatformEntryPoint (
                       EFI_SECTION_RAW,\r
                       Instance,\r
                       (VOID **) &CurrentTable,\r
-                      (UINTN *) &Size,\r
+                      &Size,\r
                       &FvStatus\r
                       );\r
 \r