Revision 4e3e9d0b hw/cirrus_vga.c

b/hw/cirrus_vga.c
205 205
typedef void (*cirrus_bitblt_handler_t) (void *opaque);
206 206

  
207 207
typedef struct CirrusVGAState {
208
    /* XXX: we use the anonymous struct/union gcc 3.x extension */
209
    __extension__ struct VGAState;
208
    VGA_STATE_COMMON
210 209

  
211 210
    int cirrus_linear_io_addr;
212 211
    int cirrus_mmio_io_addr;

Also available in: Unified diff