diff options
Diffstat (limited to 'hw/pc.c')
| -rw-r--r-- | hw/pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pc.c b/hw/pc.c index 32713b452a..6477b41582 100644 --- a/hw/pc.c +++ b/hw/pc.c @@ -62,7 +62,7 @@ static fdctrl_t *floppy_controller; static RTCState *rtc_state; static PITState *pit; -static PCIDevice *i440fx_state; +static PCII440FXState *i440fx_state; typedef struct rom_reset_data { uint8_t *data; |