Fix build breakage on tinderbox.

This commit is contained in:
jkim 2005-11-03 20:27:38 +00:00
parent e5615c0136
commit a5b17cb66c

View File

@ -1738,7 +1738,7 @@ AcpiDbBusWalk (
/* Exit if there is no _PRT under this device */
Status = AcpiGetHandle (Node, METHOD_NAME__PRT, (ACPI_HANDLE *) &TempNode);
Status = AcpiGetHandle (Node, METHOD_NAME__PRT, (ACPI_HANDLE *) (uintptr_t) &TempNode);
if (ACPI_FAILURE (Status))
{
return (AE_OK);