Re: [PATCH 06/11] hw/m68k/next-cube: Move int_status and int_mask to NeXTPC struct

2021-01-16 Thread Thomas Huth
Am Fri, 15 Jan 2021 20:12:01 + schrieb Peter Maydell : > 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 > --- > hw/m68k/next

[PATCH 06/11] hw/m68k/next-cube: Move int_status and int_mask to NeXTPC struct

2021-01-15 Thread Peter Maydell
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 --- hw/m68k/next-cube.c | 33 - 1 file changed, 16 inserti