mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-03 00:24:37 -07:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue