Revision 769cf7a5

b/hw/eepro100.c
507 507

  
508 508
static void nic_reset(void *opaque)
509 509
{
510
    EEPRO100State *s = (EEPRO100State *) opaque;
510
    EEPRO100State *s = opaque;
511 511
    logout("%p\n", s);
512 512
    static int first;
513 513
    if (!first) {
......
1548 1548

  
1549 1549
static int nic_load(QEMUFile * f, void *opaque, int version_id)
1550 1550
{
1551
    EEPRO100State *s = (EEPRO100State *) opaque;
1551
    EEPRO100State *s = opaque;
1552 1552
    int i;
1553 1553
    int ret;
1554 1554

  
......
1638 1638

  
1639 1639
static void nic_save(QEMUFile * f, void *opaque)
1640 1640
{
1641
    EEPRO100State *s = (EEPRO100State *) opaque;
1641
    EEPRO100State *s = opaque;
1642 1642
    int i;
1643 1643

  
1644 1644
    if (s->pci_dev)

Also available in: Unified diff