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:
Richard Henderson 2023-12-21 14:15:48 +11:00
parent 6e4677fe0a
commit 218eee7047

View File

@ -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
};