Index: head/sysutils/acpica-tools/files/patch-source_components_debugger_dbdisply.c =================================================================== --- head/sysutils/acpica-tools/files/patch-source_components_debugger_dbdisply.c (nonexistent) +++ head/sysutils/acpica-tools/files/patch-source_components_debugger_dbdisply.c (revision 402694) @@ -0,0 +1,16 @@ +--- source/components/debugger/dbdisply.c.orig 2015-11-24 15:11:26 UTC ++++ source/components/debugger/dbdisply.c +@@ -671,10 +671,12 @@ AcpiDbDisplayObjectType ( + ACPI_HANDLE Handle; + ACPI_DEVICE_INFO *Info; + ACPI_STATUS Status; ++ unsigned long Address; + UINT32 i; + + +- Handle = ACPI_TO_POINTER (strtoul (ObjectArg, NULL, 16)); ++ Address = strtoul (ObjectArg, NULL, 16); ++ Handle = ACPI_TO_POINTER (Address); + + Status = AcpiGetObjectInfo (Handle, &Info); + if (ACPI_FAILURE (Status)) Property changes on: head/sysutils/acpica-tools/files/patch-source_components_debugger_dbdisply.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property