hw/m68k/next-cube: Move int_status and int_mask to NeXTPC struct
commitac99317b5f00e8e04f4d8a9d754d17538decd03c
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Jan 2021 20:12:01 +0000 (15 20:12 +0000)
committerThomas Huth <huth@tuxfamily.org>
Tue, 19 Jan 2021 08:11:40 +0000 (19 09:11 +0100)
tree8c1b44185b837a2c4040dadec31eb75ad5f442f6
parentb497f4a1f8ee8aa07d03ed9dac7f4eff5048a949
hw/m68k/next-cube: Move int_status and int_mask to NeXTPC struct

All the code which accesses int_status and int_mask is now doing
so via the NeXTPC->NeXTState indirection, so we can move these
fields into the NeXTPC struct where they belong.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20210115201206.17347-7-peter.maydell@linaro.org>
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
hw/m68k/next-cube.c