summaryrefslogtreecommitdiff
path: root/source/compiler/asldebug.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2019-08-16 17:03:01 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2019-08-16 17:03:01 +0000
commite63852a7532181a14cec2928b31af2209e98414a (patch)
treebe94508475add18bbaa0cacd6c467983d2b8a443 /source/compiler/asldebug.c
parent0ada71f05e76bf61eb2d5aba852db00705edd364 (diff)
Notes
Diffstat (limited to 'source/compiler/asldebug.c')
-rw-r--r--source/compiler/asldebug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/asldebug.c b/source/compiler/asldebug.c
index 2c1dab79c71b..469a58e57dfb 100644
--- a/source/compiler/asldebug.c
+++ b/source/compiler/asldebug.c
@@ -239,7 +239,7 @@ UtDumpIntegerOp (
case 8: /* Dword */
DbgPrint (ASL_TREE_OUTPUT,
- "%*.*X", IntegerLength, IntegerLength, Op->Asl.Value.Integer);
+ "%*.*X", IntegerLength, IntegerLength, (UINT32) Op->Asl.Value.Integer);
break;
case 16: /* Qword and Integer */