mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
hw/misc/macio: Constify VMState
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231221031652.119827-63-richard.henderson@linaro.org>
This commit is contained in:
parent
45bc669ee6
commit
ce933d70ec
5 changed files with 11 additions and 11 deletions
|
@ -487,7 +487,7 @@ static const VMStateDescription vmstate_cuda = {
|
|||
.name = "cuda",
|
||||
.version_id = 6,
|
||||
.minimum_version_id = 6,
|
||||
.fields = (VMStateField[]) {
|
||||
.fields = (const VMStateField[]) {
|
||||
VMSTATE_STRUCT(mos6522_cuda.parent_obj, CUDAState, 0, vmstate_mos6522,
|
||||
MOS6522State),
|
||||
VMSTATE_UINT8(last_b, CUDAState),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue