Changeset 24630 in vbox
- Timestamp:
- Nov 13, 2009 10:15:33 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/PDM.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDM.cpp
r24629 r24630 684 684 SSMR3PutUInt(pSSM, VMCPU_FF_ISSET(pVCpu, VMCPU_FF_INTERRUPT_NMI)); 685 685 SSMR3PutUInt(pSSM, VMCPU_FF_ISSET(pVCpu, VMCPU_FF_INTERRUPT_SMI)); 686 687 /* Clear the flags so they don't get saved and trigger the release assertions in pdmR3LoadExec. */688 VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_INTERRUPT_APIC);689 VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_INTERRUPT_PIC);690 VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_INTERRUPT_NMI);691 VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_INTERRUPT_SMI);692 686 } 693 687 SSMR3PutUInt(pSSM, VM_FF_ISSET(pVM, VM_FF_PDM_DMA));
Note:
See TracChangeset
for help on using the changeset viewer.

