diff options
-rw-r--r-- | target/hppa/machine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/hppa/machine.c b/target/hppa/machine.c index 15cbc5e..211bfcf 100644 --- a/target/hppa/machine.c +++ b/target/hppa/machine.c @@ -201,7 +201,7 @@ static const VMStateField vmstate_env_fields[] = { VMSTATE_END_OF_LIST() }; -static const VMStateDescription *vmstate_env_subsections[] = { +static const VMStateDescription * const vmstate_env_subsections[] = { &vmstate_tlb, NULL }; |