VirtualBox

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


Ignore:
Timestamp:
Oct 11, 2007 8:27:12 PM (17 years ago)
Author:
vboxsync
Message:

Make guru meditation work. At this point rc2 cannot be VERR_DBGF_NOT_ATTACHED. Knut, pls revise.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/EM.cpp

    r4738 r5249  
    34443444                    VMMR3FatalDump(pVM, rc);
    34453445                    int rc2 = emR3Debug(pVM, rc);
    3446                     if (rc2 == VERR_DBGF_NOT_ATTACHED)
     3446                    if (rc2 == VERR_DBGF_NOT_ATTACHED || rc2 == VINF_EM_OFF)
    34473447                    {
    34483448                        VMMR3Unlock(pVM);
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