diff options
Diffstat (limited to 'hw/strongarm.h')
-rw-r--r-- | hw/strongarm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/strongarm.h b/hw/strongarm.h index 02acac3db1..d30dd6ac5e 100644 --- a/hw/strongarm.h +++ b/hw/strongarm.h @@ -53,7 +53,7 @@ enum { }; typedef struct { - CPUARMState *env; + ARMCPU *cpu; MemoryRegion sdram; DeviceState *pic; DeviceState *gpio; |