aboutsummaryrefslogtreecommitdiff
path: root/hw/exynos4210.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/exynos4210.h')
-rw-r--r--hw/exynos4210.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/exynos4210.h b/hw/exynos4210.h
index e7522f851..c112e03bf 100644
--- a/hw/exynos4210.h
+++ b/hw/exynos4210.h
@@ -83,7 +83,7 @@ typedef struct Exynos4210Irq {
} Exynos4210Irq;
typedef struct Exynos4210State {
- CPUState * env[EXYNOS4210_NCPUS];
+ CPUARMState * env[EXYNOS4210_NCPUS];
Exynos4210Irq irqs;
qemu_irq *irq_table;