From 5f4ef08b20ece1b3711bcfb3751efb13986d17e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Fri, 4 May 2012 00:42:39 +0200 Subject: omap: Use cpu_arm_init() to store ARMCPU in omap_mpu_state_s MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix tab indentations of comments, add braces, use cpu_reset(). Signed-off-by: Andreas Färber Acked-by: Peter Maydell --- hw/omap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/omap.h') diff --git a/hw/omap.h b/hw/omap.h index 6c3d004..2819e5d 100644 --- a/hw/omap.h +++ b/hw/omap.h @@ -804,7 +804,7 @@ struct omap_mpu_state_s { omap3630, } mpu_model; - CPUARMState *env; + ARMCPU *cpu; qemu_irq *drq; -- cgit v1.1