]> Git Repo - qemu.git/commitdiff
vmstate: stellaris use unused for placeholder entries
authorJuan Quintela <[email protected]>
Thu, 2 Dec 2010 13:07:44 +0000 (14:07 +0100)
committerAnthony Liguori <[email protected]>
Fri, 22 Apr 2011 19:41:42 +0000 (14:41 -0500)
Signed-off-by: Juan Quintela <[email protected]>
hw/stellaris.c

index 58aec190ece0e05a3e52940f9c456f20adbc7e6e..ac9fcc1f38d54ee83d6b45a6644ef49ec73d5946 100644 (file)
@@ -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),
This page took 0.023654 seconds and 4 git commands to generate.