mirror of https://github.com/xemu-project/xemu.git
target/arm: Restrict CPUARMState::nvic to sysemu
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20230206223502.25122-10-philmd@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
2a94a50776
commit
2bd6918f3c
|
@ -767,8 +767,8 @@ typedef struct CPUArchState {
|
||||||
uint32_t ctrl;
|
uint32_t ctrl;
|
||||||
} sau;
|
} sau;
|
||||||
|
|
||||||
void *nvic;
|
|
||||||
#if !defined(CONFIG_USER_ONLY)
|
#if !defined(CONFIG_USER_ONLY)
|
||||||
|
void *nvic;
|
||||||
const struct arm_boot_info *boot_info;
|
const struct arm_boot_info *boot_info;
|
||||||
/* Store GICv3CPUState to access from this struct */
|
/* Store GICv3CPUState to access from this struct */
|
||||||
void *gicv3state;
|
void *gicv3state;
|
||||||
|
|
Loading…
Reference in New Issue