diff options
Diffstat (limited to 'block-vpc.c')
-rw-r--r-- | block-vpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block-vpc.c b/block-vpc.c index e4c51bab2a..bdc3b8891c 100644 --- a/block-vpc.c +++ b/block-vpc.c @@ -163,7 +163,7 @@ static inline int seek_to_sector(BlockDriverState *bs, int64_t sector_num) bitmap_offset = 512 * s->pagetable[pagetable_index]; block_offset = bitmap_offset + 512 + (512 * pageentry_index); -// printf("sector: %llx, index: %x, offset: %x, bioff: %llx, bloff: %llx\n", +// printf("sector: %" PRIx64 ", index: %x, offset: %x, bioff: %" PRIx64 ", bloff: %" PRIx64 "\n", // sector_num, pagetable_index, pageentry_index, // bitmap_offset, block_offset); |