From e83d1666117696a777f057083d7942896713c348 Mon Sep 17 00:00:00 2001 From: rmoore1 Date: Fri, 24 Mar 2006 21:48:00 +0000 Subject: [PATCH] Fixed a table size; add prototype --- source/components/executer/exdump.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/source/components/executer/exdump.c b/source/components/executer/exdump.c index ce0010cab..097d7c588 100644 --- a/source/components/executer/exdump.c +++ b/source/components/executer/exdump.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: exdump - Interpreter debug output routines - * $Revision: 1.196 $ + * $Revision: 1.197 $ * *****************************************************************************/ @@ -147,6 +147,11 @@ AcpiExOutAddress ( char *Title, ACPI_PHYSICAL_ADDRESS Value); +static void +AcpiExDumpObject ( + ACPI_OPERAND_OBJECT *ObjDesc, + ACPI_EXDUMP_INFO *Info); + static void AcpiExDumpReferenceObj ( ACPI_OPERAND_OBJECT *ObjDesc); @@ -356,7 +361,7 @@ static ACPI_EXDUMP_INFO AcpiExDumpFieldCommon[7] = {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (CommonField.Node), "Parent Node"} }; -static ACPI_EXDUMP_INFO AcpiExDumpNode[6] = +static ACPI_EXDUMP_INFO AcpiExDumpNode[5] = { {ACPI_EXD_INIT, ACPI_EXD_TABLE_SIZE (AcpiExDumpNode), NULL}, {ACPI_EXD_UINT8, ACPI_EXD_NSOFFSET (Flags), "Flags"},