VirtualBox

Changeset 74860 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Oct 16, 2018 4:03:25 AM (6 years ago)
Author:
vboxsync
Message:

VMM/TRPM: Nested VMX: bugref:9180 Assertion.

File:
1 edited

Legend:

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

    r74834 r74860  
    15271527            {
    15281528                VBOXSTRICTRC rcStrict = IEMExecVmxVmexitExtInt(pVCpu, u8Interrupt, false /* fIntPending */);
     1529                Assert(rcStrict != VINF_PGM_CHANGE_MODE);
    15291530                if (rcStrict != VINF_VMX_INTERCEPT_NOT_ACTIVE)
    15301531                    return rcStrict;
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