mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
target/mips: Remove CPUMIPSState::CP0_SAAR[2] field
Remove the unused CP0_SAAR[2] registers. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240209090513.9401-8-philmd@linaro.org>
This commit is contained in:
parent
addd0c2874
commit
5235993f98
2 changed files with 1 additions and 2 deletions
|
@ -282,7 +282,7 @@ const VMStateDescription vmstate_mips_cpu = {
|
|||
VMSTATE_UINT32(env.CP0_BadInstrX, MIPSCPU),
|
||||
VMSTATE_INT32(env.CP0_Count, MIPSCPU),
|
||||
VMSTATE_UINT32(env.CP0_SAARI, MIPSCPU),
|
||||
VMSTATE_UINT64_ARRAY(env.CP0_SAAR, MIPSCPU, 2),
|
||||
VMSTATE_UNUSED(2 * sizeof(uint64_t)), /* was CP0_SAAR[2] */
|
||||
VMSTATE_UINTTL(env.CP0_EntryHi, MIPSCPU),
|
||||
VMSTATE_INT32(env.CP0_Compare, MIPSCPU),
|
||||
VMSTATE_INT32(env.CP0_Status, MIPSCPU),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue