mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
cpu: Remove CPU_COMMON
This macro is now always empty, so remove it. This leaves the entire contents of CPUArchState under the control of the guest architecture. Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
269bd5d8f6
commit
e8b5fae516
22 changed files with 2 additions and 50 deletions
|
@ -159,8 +159,6 @@ struct CPULM32State {
|
|||
/* Fields up to this point are cleared by a CPU reset */
|
||||
struct {} end_reset_fields;
|
||||
|
||||
CPU_COMMON
|
||||
|
||||
/* Fields from here on are preserved across CPU reset. */
|
||||
uint32_t eba; /* exception base address */
|
||||
uint32_t deba; /* debug exception base address */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue