mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 06:43:53 -06:00
hw/openrisc: Constify VMState
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231221031652.119827-44-richard.henderson@linaro.org>
This commit is contained in:
parent
18d10e6175
commit
be555ec413
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ static const VMStateDescription vmstate_or1k_timer = {
|
|||
.name = "or1k_timer",
|
||||
.version_id = 1,
|
||||
.minimum_version_id = 1,
|
||||
.fields = (VMStateField[]) {
|
||||
.fields = (const VMStateField[]) {
|
||||
VMSTATE_UINT32(ttcr, OR1KTimerState),
|
||||
VMSTATE_UINT64(last_clk, OR1KTimerState),
|
||||
VMSTATE_END_OF_LIST()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue