Fix build breakage on tinderbox.

This commit is contained in:
Jung-uk Kim 2005-11-03 20:27:38 +00:00
parent 9c31df40bb
commit 2a74e7368d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152020

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);