Fix x86-64 build.
This commit is contained in:
parent
8239f0320d
commit
0df5a3b0cb
@ -296,7 +296,7 @@ scsi_alloc_dma_buffer_sg_orig(dma_buffer *buffer, size_t size)
|
||||
|
||||
buffer->sg_count_max_orig = size / sizeof(physical_entry);
|
||||
|
||||
SHOW_INFO(3, "Got up to %" B_PRId32 " S/G entries to original data",
|
||||
SHOW_INFO(3, "Got up to %" B_PRIuSIZE " S/G entries to original data",
|
||||
buffer->sg_count_max_orig);
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user