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 684f61bee3..02acac3db1 100644 --- a/hw/strongarm.h +++ b/hw/strongarm.h @@ -53,7 +53,7 @@ enum { }; typedef struct { - CPUState *env; + CPUARMState *env; MemoryRegion sdram; DeviceState *pic; DeviceState *gpio; |