mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
pc-bios/s390-ccw: fix sparse warnings
Fix some sparse warnings in the s390-ccw bios. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
This commit is contained in:
parent
7691993c2b
commit
f17a84300f
5 changed files with 7 additions and 5 deletions
|
@ -15,7 +15,7 @@
|
|||
#include "virtio.h"
|
||||
|
||||
typedef uint64_t block_number_t;
|
||||
#define NULL_BLOCK_NR 0xffffffffffffffff
|
||||
#define NULL_BLOCK_NR 0xffffffffffffffffULL
|
||||
|
||||
#define FREE_SPACE_FILLER '\xAA'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue