target/hppa: Constify VMState in machine.c
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231221031652.119827-8-richard.henderson@linaro.org>
This commit is contained in:
parent
6e4677fe0a
commit
218eee7047
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user