Skip to content

Commit

Permalink
Switch from ACPI_SIZE to ACPI_PHYSICAL_ADDRESS.
Browse files Browse the repository at this point in the history
Should fix build bustage on 32 bit builds.
  • Loading branch information
tqh committed Sep 13, 2015
1 parent e226d1d commit 65ecbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/add-ons/kernel/bus_managers/acpi/ACPICAHaiku.cpp
Expand Up @@ -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) {
Expand Down

0 comments on commit 65ecbac

Please sign in to comment.