summaryrefslogtreecommitdiffstats
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.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/components/debugger/dbutils.c b/source/components/debugger/dbutils.c
index c44ff2e..cf29b22 100644
--- a/source/components/debugger/dbutils.c
+++ b/source/components/debugger/dbutils.c
@@ -190,10 +190,7 @@ AcpiDbDumpExternalObject (
case ACPI_TYPE_STRING:
AcpiOsPrintf ("[String] Length %.2X = ", ObjDesc->String.Length);
- for (i = 0; i < ObjDesc->String.Length; i++)
- {
- AcpiOsPrintf ("%c", ObjDesc->String.Pointer[i]);
- }
+ AcpiUtPrintString (ObjDesc->String.Pointer, ACPI_UINT8_MAX);
AcpiOsPrintf ("\n");
break;
OpenPOWER on IntegriCloud