mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
Add "static" to please Sparse
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
407f879abb
commit
d05ac8faf5
10 changed files with 11 additions and 11 deletions
|
@ -300,7 +300,7 @@ static void md_common_write(void *opaque, uint32_t at, uint16_t value)
|
|||
}
|
||||
}
|
||||
|
||||
const VMStateDescription vmstate_microdrive = {
|
||||
static const VMStateDescription vmstate_microdrive = {
|
||||
.name = "microdrive",
|
||||
.version_id = 3,
|
||||
.minimum_version_id = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue