summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2022-08-12 13:42:54 -0700
committerRobert Moore <Robert.Moore@intel.com>2022-08-12 13:42:54 -0700
commit3284ae19f31b126fe09e899bdf52dcdaa8f8c463 (patch)
tree4674a6d7ebe0043615e9c750dff3ae40ff6eacfb /source
parent6dc844963ba7ca8a0f4a6a16420a8c184494b307 (diff)
downloadacpica-3284ae19f31b126fe09e899bdf52dcdaa8f8c463.tar.gz
iASL: Additional update to standardize format of output.
Diffstat (limited to 'source')
-rw-r--r--source/compiler/dtio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/dtio.c b/source/compiler/dtio.c
index 1a00424c6..9ec18cd1e 100644
--- a/source/compiler/dtio.c
+++ b/source/compiler/dtio.c
@@ -952,7 +952,7 @@ DtDumpBuffer (
UINT8 BufChar;
- FlPrintFile (FileId, "Output: [%3.3Xh %4.4d %3d] ",
+ FlPrintFile (FileId, "Output: [%3.3Xh %4.4d %3.3Xh] ",
Offset, Offset, Length);
i = 0;