summaryrefslogtreecommitdiff
path: root/source/components/debugger/dbutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/debugger/dbutils.c')
-rw-r--r--source/components/debugger/dbutils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/components/debugger/dbutils.c b/source/components/debugger/dbutils.c
index 90fd949cf445..4d4ee60ab4f7 100644
--- a/source/components/debugger/dbutils.c
+++ b/source/components/debugger/dbutils.c
@@ -199,6 +199,7 @@ AcpiDbDumpExternalObject (
{
AcpiOsPrintf ("\n");
}
+
AcpiUtDebugDumpBuffer (
ACPI_CAST_PTR (UINT8, ObjDesc->Buffer.Pointer),
ObjDesc->Buffer.Length, DB_BYTE_DISPLAY, _COMPONENT);