VirtualBox

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


Ignore:
Timestamp:
Aug 16, 2007 10:45:09 PM (17 years ago)
Author:
vboxsync
Message:

SSMAFTER_DEBUG_IT hack.

File:
1 edited

Legend:

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

    r4071 r4186  
    16391639    LogRel(("The stack is not in the same place and it's not empty! GCPtrStackBottom=%VGv pbGCStackBottom=%VGv ESP=%VGv\n",
    16401640            GCPtrStackBottom, pVM->vmm.s.pbGCStackBottom, GCPtrESP));
     1641    if (SSMR3HandleGetAfter(pSSM) == SSMAFTER_DEBUG_IT)
     1642        return VINF_SUCCESS; /* ignore this */
    16411643    AssertFailed();
    16421644    return VERR_SSM_LOAD_CONFIG_MISMATCH;
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