diff options
Diffstat (limited to 'hw/esp.c')
| -rw-r--r-- | hw/esp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/esp.c b/hw/esp.c index 0d22ce35e3..943a159e0f 100644 --- a/hw/esp.c +++ b/hw/esp.c @@ -531,7 +531,7 @@ static void esp_save(QEMUFile *f, void *opaque) static int esp_load(QEMUFile *f, void *opaque, int version_id) { ESPState *s = opaque; - + if (version_id != 3) return -EINVAL; // Cannot emulate 2 |