mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
vmstate: stellaris use unused for placeholder entries
Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
4483c7ac31
commit
dd8a4dcda4
1 changed files with 1 additions and 2 deletions
|
@ -290,8 +290,7 @@ static const VMStateDescription vmstate_stellaris_gptm = {
|
|||
VMSTATE_UINT32(control, gptm_state),
|
||||
VMSTATE_UINT32(state, gptm_state),
|
||||
VMSTATE_UINT32(mask, gptm_state),
|
||||
VMSTATE_UINT32(mode[0], gptm_state),
|
||||
VMSTATE_UINT32(mode[0], gptm_state),
|
||||
VMSTATE_UNUSED(8),
|
||||
VMSTATE_UINT32_ARRAY(load, gptm_state, 2),
|
||||
VMSTATE_UINT32_ARRAY(match, gptm_state, 2),
|
||||
VMSTATE_UINT32_ARRAY(prescale, gptm_state, 2),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue