[email protected] writes: > On 22 October 2013 15:16, <[email protected]> wrote: >> +typedef struct { >> + SysBusDevice parent_obj; >> + >> + MemoryRegion iomem; >> + >> + uint32_t alpha; >> + uint32_t leds; >> + uint32_t switches; >> +} IntegratorDebugState > > You forgot to remove these unused fields. I've done so > and added that slightly-edited patch to target-arm.next.
Doh, sorry about that. Thanks. > > thanks > -- PMM -- Alex Bennée
