On Wed, 10 Jan 2024 at 19:53, Philippe Mathieu-Daudé <[email protected]> wrote: > > We are going to cast s->cpu as DeviceState multiple times. > Add a local 'cpudev' variable to simplify code review, having > a single DEVICE(s->cpu) conversion. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > hw/arm/armv7m.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-)
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
