VirtualBox

Changeset 31367 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 4, 2010 5:20:18 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64421
Message:

Compile fix

File:
1 edited

Legend:

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

    r31366 r31367  
    41684168     * Take the sempahore and do some more validations.
    41694169     */
    4170     int rc = RTSemFastMutexRequest(pGMM->Mtx);
     4170    rc = RTSemFastMutexRequest(pGMM->Mtx);
    41714171    AssertRC(rc);
    41724172# endif
     
    41924192
    41934193# ifndef DEBUG_sandervl
    4194         RTSemFastMutexRelease(pGMM->Mtx);
     4194    RTSemFastMutexRelease(pGMM->Mtx);
    41954195# endif
    41964196    return rc;
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