Changeset 60740 in vbox for trunk/src/VBox/VMM/VMMRC
- Timestamp:
- Apr 28, 2016 12:51:47 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106930
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp ¶
r60716 r60740 28 28 #include <VBox/vmm/em.h> 29 29 #include <VBox/vmm/gim.h> 30 #ifdef VBOX_WITH_NEW_APIC 31 # include <VBox/vmm/apic.h> 32 #endif 30 33 #include <VBox/vmm/csam.h> 31 34 #include <VBox/vmm/patm.h> … … 255 258 ) 256 259 { 260 #ifdef VBOX_WITH_NEW_APIC 261 /* The EFLAGS are checked in TRPMForwardTrap() below. */ 262 if (VMCPU_FF_IS_PENDING(pVCpu, VMCPU_FF_INTERRUPT_APIC)) 263 APICUpdatePendingInterrupts(pVCpu); 264 #endif 257 265 uint8_t u8Interrupt; 258 266 rc = PDMGetInterrupt(pVCpu, &u8Interrupt);
Note:
See TracChangeset
for help on using the changeset viewer.