diff --git a/block/qcow2-refcount.c b/block/qcow2-refcount.c index 220b322aa5833dc95980a24ed8ebcb92a93494e5..561d65925cf14c9043983cb5605b0f0abcd93180 100644 --- a/block/qcow2-refcount.c +++ b/block/qcow2-refcount.c @@ -89,7 +89,7 @@ static int load_refcount_block(BlockDriverState *bs, static int get_refcount(BlockDriverState *bs, int64_t cluster_index) { BDRVQcowState *s = bs->opaque; - int refcount_table_index, block_index; + uint64_t refcount_table_index, block_index; int64_t refcount_block_offset; int ret; uint16_t *refcount_block;