aboutsummaryrefslogtreecommitdiff
path: root/target/alpha/machine.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/alpha/machine.c')
-rw-r--r--target/alpha/machine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/alpha/machine.c b/target/alpha/machine.c
index f09834f..5f302b1 100644
--- a/target/alpha/machine.c
+++ b/target/alpha/machine.c
@@ -74,7 +74,7 @@ static const VMStateDescription vmstate_env = {
};
static const VMStateField vmstate_cpu_fields[] = {
- VMSTATE_CPU(),
+ VMSTATE_STRUCT(parent_obj, AlphaCPU, 0, vmstate_cpu_common, CPUState),
VMSTATE_STRUCT(env, AlphaCPU, 1, vmstate_env, CPUAlphaState),
VMSTATE_END_OF_LIST()
};