Switch from ACPI_SIZE to ACPI_PHYSICAL_ADDRESS.

Should fix build bustage on 32 bit builds.
This commit is contained in:
Fredrik Holmqvist
2015-09-13 22:16:19 +02:00
parent e226d1d04f
commit 65ecbac0dc
@@ -232,7 +232,7 @@ ACPI_PHYSICAL_ADDRESS
AcpiOsGetRootPointer()
{
#ifdef _KERNEL_MODE
ACPI_SIZE address;
ACPI_PHYSICAL_ADDRESS address;
ACPI_STATUS status;
DEBUG_FUNCTION();
if (sACPIRoot == 0) {