Revision 3b46e624 hw/esp.c

b/hw/esp.c
531 531
static int esp_load(QEMUFile *f, void *opaque, int version_id)
532 532
{
533 533
    ESPState *s = opaque;
534
   
534

  
535 535
    if (version_id != 3)
536 536
        return -EINVAL; // Cannot emulate 2
537 537

  

Also available in: Unified diff