diff options
Diffstat (limited to 'hw/omap.h')
| -rw-r--r-- | hw/omap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/omap.h b/hw/omap.h index 60fa34cef2..63ef847ed0 100644 --- a/hw/omap.h +++ b/hw/omap.h @@ -813,7 +813,7 @@ struct omap_mpu_state_s { omap3630, } mpu_model; - CPUState *env; + CPUARMState *env; qemu_irq *drq; |