aboutsummaryrefslogtreecommitdiff
path: root/debugger/dbutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'debugger/dbutils.c')
-rw-r--r--debugger/dbutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugger/dbutils.c b/debugger/dbutils.c
index 5b071e87b61b..ef5c3b0abb8f 100644
--- a/debugger/dbutils.c
+++ b/debugger/dbutils.c
@@ -208,7 +208,7 @@ AcpiDbDumpExternalObject (
AcpiOsPrintf ("\n");
}
AcpiUtDumpBuffer (ACPI_CAST_PTR (UINT8, ObjDesc->Buffer.Pointer),
- ObjDesc->Buffer.Length, DB_DWORD_DISPLAY, _COMPONENT);
+ ObjDesc->Buffer.Length, DB_BYTE_DISPLAY, _COMPONENT);
}
else
{