- Timestamp:
- May 8, 2016 5:00:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/TRPM.cpp
r60716 r60884 1549 1549 else 1550 1550 STAM_COUNTER_INC(&pVM->trpm.s.StatForwardFailNoHandler); 1551 # ifdef VBOX_WITH_REM 1551 1552 # if 1 1553 rc = TRPMAssertTrap(pVCpu, u8Interrupt, enmEvent); 1554 AssertRCReturn(rc, rc); 1555 # else 1556 # ifdef VBOX_WITH_REM 1552 1557 REMR3NotifyPendingInterrupt(pVM, pVCpu, u8Interrupt); 1553 # endif 1558 # endif 1559 #endif 1554 1560 } 1555 1561 else
Note:
See TracChangeset
for help on using the changeset viewer.