Changeset 62287 in vbox for trunk/src/VBox/VMM/VMMR3/TRPM.cpp
- Timestamp:
- Jul 15, 2016 6:44:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/TRPM.cpp
r61634 r62287 1496 1496 Assert(enmEvent == TRPM_HARDWARE_INT); 1497 1497 1498 if ( !EMIsSupervisorCodeRecompiled(pVM) 1499 #ifdef VBOX_WITH_REM 1500 && REMR3QueryPendingInterrupt(pVM, pVCpu) == REM_NO_PENDING_IRQ 1501 #endif 1502 ) 1498 if (!EMIsSupervisorCodeRecompiled(pVM)) 1503 1499 { 1504 1500 #ifdef TRPM_FORWARD_TRAPS_IN_GC … … 1550 1546 STAM_COUNTER_INC(&pVM->trpm.s.StatForwardFailNoHandler); 1551 1547 1552 # if 11553 1548 rc = TRPMAssertTrap(pVCpu, u8Interrupt, enmEvent); 1554 1549 AssertRCReturn(rc, rc); 1555 # else1556 # ifdef VBOX_WITH_REM1557 REMR3NotifyPendingInterrupt(pVM, pVCpu, u8Interrupt);1558 # endif1559 #endif1560 1550 } 1561 1551 else
Note:
See TracChangeset
for help on using the changeset viewer.