summaryrefslogtreecommitdiff
path: root/hw/stellaris.c
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2010-12-02 14:07:44 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2011-04-22 14:41:42 -0500
commitdd8a4dcda4c985cfa313cfe70ab0385c07341480 (patch)
tree65d5c4445c43e5efddc9092c96cb9647262059bd /hw/stellaris.c
parent4483c7ac31f76e91fe69bf7f2346e77a10ac427e (diff)
downloadqemu-dd8a4dcda4c985cfa313cfe70ab0385c07341480.tar.gz
vmstate: stellaris use unused for placeholder entries
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'hw/stellaris.c')
-rw-r--r--hw/stellaris.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/stellaris.c b/hw/stellaris.c
index 58aec190ec..ac9fcc1f38 100644
--- a/hw/stellaris.c
+++ b/hw/stellaris.c
@@ -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),