Skip to content

Commit

Permalink
target/hppa: Constify VMState in machine.c
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231221031652.119827-8-richard.henderson@linaro.org>
  • Loading branch information
rth7680 committed Dec 29, 2023
1 parent 6e4677f commit 218eee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/hppa/machine.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit 218eee7

Please sign in to comment.