diff options
Diffstat (limited to 'hw/apic.c')
| -rw-r--r-- | hw/apic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/apic.c b/hw/apic.c index d63d74b822..8c8b2de14b 100644 --- a/hw/apic.c +++ b/hw/apic.c @@ -924,7 +924,7 @@ int apic_init(CPUState *env) s->timer = qemu_new_timer(vm_clock, apic_timer, s); register_savevm("apic", s->id, 2, apic_save, apic_load, s); - qemu_register_reset(apic_reset, s); + qemu_register_reset(apic_reset, 0, s); local_apics[s->id] = s; return 0; |