Switch from ACPI_SIZE to ACPI_PHYSICAL_ADDRESS.
Should fix build bustage on 32 bit builds.
This commit is contained in:
@@ -232,7 +232,7 @@ ACPI_PHYSICAL_ADDRESS
|
|||||||
AcpiOsGetRootPointer()
|
AcpiOsGetRootPointer()
|
||||||
{
|
{
|
||||||
#ifdef _KERNEL_MODE
|
#ifdef _KERNEL_MODE
|
||||||
ACPI_SIZE address;
|
ACPI_PHYSICAL_ADDRESS address;
|
||||||
ACPI_STATUS status;
|
ACPI_STATUS status;
|
||||||
DEBUG_FUNCTION();
|
DEBUG_FUNCTION();
|
||||||
if (sACPIRoot == 0) {
|
if (sACPIRoot == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user