mirror of
https://github.com/acpica/acpica/
synced 2025-02-07 17:14:13 +03:00
Dump contents of Buffer object
date 2002.11.07.22.25.00; author rmoore1; state Exp;
This commit is contained in:
parent
b6447ad068
commit
ab52593526
@ -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;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user