Dump contents of Buffer object

date	2002.11.07.22.25.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:25:00 +00:00
parent b6447ad068
commit ab52593526

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: exdump - Interpreter debug output routines
* $Revision: 1.162 $
* $Revision: 1.163 $
*
*****************************************************************************/
@ -711,6 +711,7 @@ AcpiExDumpObjectDescriptor (
AcpiExOutInteger ("Length", ObjDesc->Buffer.Length);
AcpiExOutPointer ("Pointer", ObjDesc->Buffer.Pointer);
ACPI_DUMP_BUFFER (ObjDesc->Buffer.Pointer, ObjDesc->Buffer.Length);
break;