VirtualBox

Changeset 58373 in vbox


Ignore:
Timestamp:
Oct 22, 2015 10:49:12 AM (9 years ago)
Author:
vboxsync
Message:

HMVMXR0.cpp: annoying assertion, problem elsewhere that needs fixing, probably.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r58317 r58373  
    71187118       and if we're injecting an event we should have a TRPM trap pending. */
    71197119    AssertMsg(rcExit != VINF_EM_RAW_INJECT_TRPM_EVENT || TRPMHasTrap(pVCpu), ("%Rrc\n", rcExit));
     7120#ifndef DEBUG_bird /* Triggered after firing an NMI against NT4SP1, possibly a tripple fault in progress. */
    71207121    AssertMsg(rcExit != VINF_EM_RAW_EMULATE_INSTR || !TRPMHasTrap(pVCpu), ("%Rrc\n", rcExit));
     7122#endif
    71217123
    71227124    /* Save guest state and restore host state bits. */
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