mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
hw/misc/mips_itu: Remove MIPSITUState::cpu0 field
Since previous commit the MIPSITUState::cpu0 field is not used anymore. Remove it. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240209090513.9401-6-philmd@linaro.org>
This commit is contained in:
parent
c2bb8e1bcc
commit
b8db6be27b
3 changed files with 0 additions and 8 deletions
|
@ -73,7 +73,6 @@ struct MIPSITUState {
|
|||
|
||||
/* SAAR */
|
||||
uint64_t *saar;
|
||||
ArchCPU *cpu0;
|
||||
};
|
||||
|
||||
/* Get ITC Configuration Tag memory region. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue