diff --git a/source/components/utilities/utalloc.c b/source/components/utilities/utalloc.c index 6cbd87291..fe4fc94bd 100644 --- a/source/components/utilities/utalloc.c +++ b/source/components/utilities/utalloc.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: utalloc - local cache and memory allocation routines - * $Revision: 1.108 $ + * $Revision: 1.109 $ * *****************************************************************************/ @@ -671,6 +671,10 @@ AcpiUtDumpAllocations ( case ACPI_DESC_TYPE_STATE_NOTIFY: AcpiOsPrintf ("NOTIFY StateObj"); break; + + case ACPI_DESC_TYPE_STATE_THREAD: + AcpiOsPrintf ("THREAD StateObj"); + break; } AcpiOsPrintf ( "\n");