Changeset 60574 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 19, 2016 1:29:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r60566 r60574 2682 2682 else 2683 2683 { 2684 /** @todo Does this actually happen? If not turn it into an assertion. */ 2684 /* This can happen with the new APIC code. */ 2685 #ifndef VBOX_WITH_NEW_APIC 2685 2686 Assert(!VMCPU_FF_IS_PENDING(pVCpu, (VMCPU_FF_INTERRUPT_APIC | VMCPU_FF_INTERRUPT_PIC))); 2687 #endif 2686 2688 STAM_COUNTER_INC(&pVCpu->hm.s.StatSwitchGuestIrq); 2687 2689 }
Note:
See TracChangeset
for help on using the changeset viewer.