- Timestamp:
- Nov 13, 2009 10:06:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDM.cpp
r24265 r24629 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); 686 692 } 687 693 SSMR3PutUInt(pSSM, VM_FF_ISSET(pVM, VM_FF_PDM_DMA));
Note:
See TracChangeset
for help on using the changeset viewer.