VirtualBox

Changeset 26412 in vbox


Ignore:
Timestamp:
Feb 10, 2010 2:55:29 PM (15 years ago)
Author:
vboxsync
Message:

Compile fix

File:
1 edited

Legend:

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

    r26411 r26412  
    16641664        {
    16651665            RTSemFastMutexRelease(pGMM->Mtx);
    1666             int rc = gmmR0AllocateOneChunk(pGMM, pSet, hGVM);
     1666            int rc = gmmR0AllocateOneChunk(pGMM, pSet, pGVM->hSelf);
    16671667            int rc2 = RTSemFastMutexRequest(pGMM->Mtx);
    16681668            AssertRCReturn(rc2, rc2);
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