mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
Fix tindebox breakage about format warning.
This commit is contained in:
parent
e5295c2487
commit
8bfcf9aaa3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211219
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user