VirtualBox

Changeset 47776 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 15, 2013 3:51:51 PM (12 years ago)
Author:
vboxsync
Message:

Warnings and space.

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r47561 r47776  
    1302113021    mParent->AddRef();
    1302213022    LONG c = mParent->Release();
    13023     LogFlowThisFunc(("vbox ref=%d\n", c));
     13023    LogFlowThisFunc(("vbox ref=%d\n", c)); NOREF(c);
    1302413024    unconst(mParent) = NULL;
    1302513025    unconst(mPeer) = NULL;
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r47773 r47776  
    74267426    VMXTRANSIENT VmxTransient;
    74277427    VmxTransient.fUpdateTscOffsettingAndPreemptTimer = true;
    7428     int          rc     = VERR_INTERNAL_ERROR_5;
    7429     uint32_t     cLoops = 0;
     7428    int          rc        = VERR_INTERNAL_ERROR_5;
     7429    uint32_t     cLoops    = 0;
    74307430    uint16_t     uCsStart  = pCtx->cs.Sel;
    74317431    uint64_t     uRipStart = pCtx->rip;
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