Changeset 60573 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Apr 19, 2016 1:27:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r60380 r60573 7444 7444 else 7445 7445 { 7446 /** @todo Does this actually happen? If not turn it into an assertion. */ 7446 /* This can happen with the new APIC code. */ 7447 #ifndef VBOX_WITH_NEW_APIC 7447 7448 Assert(!VMCPU_FF_IS_PENDING(pVCpu, (VMCPU_FF_INTERRUPT_APIC | VMCPU_FF_INTERRUPT_PIC))); 7449 #endif 7448 7450 STAM_COUNTER_INC(&pVCpu->hm.s.StatSwitchGuestIrq); 7449 7451 }
Note:
See TracChangeset
for help on using the changeset viewer.