VirtualBox

Changeset 11792 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Aug 29, 2008 8:51:20 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35599
Message:

Assert when the SSM version doesn't match.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxRecompiler.c

    r10851 r11792  
    496496    if (u32Version != REM_SAVED_STATE_VERSION)
    497497    {
    498         Log(("remR3Load: Invalid version u32Version=%d!\n", u32Version));
     498        AssertMsgFailed(("remR3Load: Invalid version u32Version=%d!\n", u32Version));
    499499        return VERR_SSM_UNSUPPORTED_DATA_UNIT_VERSION;
    500500    }
     
    29972997/** Validate the physical address passed to the read functions.
    29982998 * Useful for finding non-guest-ram reads/writes.  */
    2999 #if 1 /* disable if it becomes bothersome... */
     2999#if 0 //1 /* disable if it becomes bothersome... */
    30003000# define VBOX_CHECK_ADDR(GCPhys) AssertMsg(PGMPhysIsGCPhysValid(cpu_single_env->pVM, (GCPhys)), ("%VGp\n", (GCPhys)))
    30013001#else
Note: See TracChangeset for help on using the changeset viewer.

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