@@ -297,7 +297,7 @@ AcpiDsInitializeObjects (
}
ACPI_DEBUG_PRINT_RAW ((ACPI_DB_INIT,
- "\nTable [%4.4s](id %4.4X) - %hd Objects with %hd Devices %hd Methods %hd Regions\n",
+ "\nTable [%4.4s](id %4.4X) - %d Objects with %hd Devices %hd Methods %hd Regions\n",
Table->Signature, OwnerId, Info.ObjectCount,
Info.DeviceCount, Info.MethodCount, Info.OpRegionCount));
@@ -194,7 +194,7 @@ AcpiNsInitializeObjects (
ACPI_DEBUG_PRINT_RAW ((ACPI_DB_INIT,
"\nInitialized %hd/%hd Regions %hd/%hd Fields %hd/%hd "
- "Buffers %hd/%hd Packages (%hd nodes)\n",
+ "Buffers %hd/%hd Packages (%d nodes)\n",
Info.OpRegionInit, Info.OpRegionCount,
Info.FieldInit, Info.FieldCount,
Info.BufferInit, Info.BufferCount,
@@ -218,7 +218,7 @@ typedef struct acpi_init_walk_info
UINT16 FieldInit;
UINT16 BufferInit;
UINT16 PackageInit;
- UINT16 ObjectCount;
+ UINT32 ObjectCount;
ACPI_OWNER_ID OwnerId;
UINT32 TableIndex;