VirtualBox

Changeset 7111 in vbox


Ignore:
Timestamp:
Feb 25, 2008 2:56:17 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28359
Message:

spaces

File:
1 edited

Legend:

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

    r7072 r7111  
    9191    /** The VM handle. */
    9292    PVM             pVM;
    93     /** The size of the file header. 
    94      * Because the file header was incorrectly aligned there we've ended up with 
     93    /** The size of the file header.
     94     * Because the file header was incorrectly aligned there we've ended up with
    9595     * differences between the 64-bit and 32-bit file header. */
    9696    size_t          cbFileHdr;
     
    777777     * Validate input.
    778778     */
    779     if (    enmAfter != SSMAFTER_DESTROY 
     779    if (    enmAfter != SSMAFTER_DESTROY
    780780        &&  enmAfter != SSMAFTER_CONTINUE)
    781781    {
     
    14951495                                        else
    14961496                                        {
    1497                                             /* 
     1497                                            /*
    14981498                                             * We failed, but if loading for the debugger ignore certain failures
    14991499                                             * just to get it all loaded (big hack).
     
    15031503                                                ||  rc != VERR_SSM_LOADED_TOO_MUCH)
    15041504                                                break;
    1505                                             Handle.rc = rc = VINF_SUCCESS; 
     1505                                            Handle.rc = rc = VINF_SUCCESS;
    15061506                                            ssmR3Progress(&Handle, Handle.offEstUnitEnd - Handle.offEst);
    15071507                                        }
     
    15161516                                else
    15171517                                {
    1518                                     /* 
     1518                                    /*
    15191519                                     * SSM unit wasn't found - ignore this when loading for the debugger.
    15201520                                     */
     
    22502250}
    22512251
     2252
    22522253/**
    22532254 * Saves a GC physical address item to the current data unit.
     
    27752776    return VERR_SSM_INVALID_STATE;
    27762777}
     2778
    27772779
    27782780/**
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