Revision 60fe76f3 hw/ne2000.c

b/hw/ne2000.c
647 647
static void ne2000_save(QEMUFile* f,void* opaque)
648 648
{
649 649
	NE2000State* s=(NE2000State*)opaque;
650
        int tmp;
650
        uint32_t tmp;
651 651

  
652 652
        if (s->pci_dev)
653 653
            pci_device_save(s->pci_dev, f);
......
679 679
{
680 680
	NE2000State* s=(NE2000State*)opaque;
681 681
        int ret;
682
        int tmp;
682
        uint32_t tmp;
683 683

  
684 684
        if (version_id > 3)
685 685
            return -EINVAL;

Also available in: Unified diff