VirtualBox

Changeset 60884 in vbox for trunk


Ignore:
Timestamp:
May 8, 2016 5:00:22 PM (9 years ago)
Author:
vboxsync
Message:

TRPMR3InjectEvent: Why did we ever invent REMR3NotifyPendingInterrupt?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/TRPM.cpp

    r60716 r60884  
    15491549            else
    15501550                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
    15521557            REMR3NotifyPendingInterrupt(pVM, pVCpu, u8Interrupt);
    1553 # endif
     1558#  endif
     1559#endif
    15541560        }
    15551561        else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette