diff options
Diffstat (limited to 'hw/serial.c')
-rw-r--r-- | hw/serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/serial.c b/hw/serial.c index 6e8c6e1656..6e37ead06e 100644 --- a/hw/serial.c +++ b/hw/serial.c @@ -648,7 +648,7 @@ static int serial_pre_load(void *opaque) return 0; } -static int serial_post_load(void *opaque) +static int serial_post_load(void *opaque, int version_id) { SerialState *s = opaque; |