Fix tindebox breakage about format warning.

This commit is contained in:
takawata 2010-08-12 11:01:38 +00:00
parent 4478273e0a
commit 40ab8ae403

View File

@ -646,7 +646,7 @@ acpi_handle_tcpa(ACPI_TABLE_HEADER *sdp)
printf(END_COMMENT);
return;
}
printf("\tClass %d Base Address 0x%jx Length %lld\n\n",
printf("\tClass %d Base Address 0x%jx Length %llu\n\n",
tcpa->platform_class, paddr, len);
if (len == 0) {