diff options
Diffstat (limited to 'compiler/asllookup.c')
-rw-r--r-- | compiler/asllookup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/asllookup.c b/compiler/asllookup.c index 2c1253d2d4b6..7cc723240603 100644 --- a/compiler/asllookup.c +++ b/compiler/asllookup.c @@ -216,7 +216,7 @@ LsDoOneNamespaceObject ( Gbl_NumNamespaceObjects++; - FlPrintFile (ASL_FILE_NAMESPACE_OUTPUT, "%5d [%d] %*s %4.4s - %s", + FlPrintFile (ASL_FILE_NAMESPACE_OUTPUT, "%5u [%u] %*s %4.4s - %s", Gbl_NumNamespaceObjects, Level, (Level * 3), " ", &Node->Name, AcpiUtGetTypeName (Node->Type)); @@ -1245,7 +1245,7 @@ LkNamespaceLocateBegin ( */ if (PassedArgs != Node->Value) { - sprintf (MsgBuffer, "%s requires %d", Op->Asl.ExternalName, + sprintf (MsgBuffer, "%s requires %u", Op->Asl.ExternalName, Node->Value); if (PassedArgs < Node->Value) |