VirtualBox

Changeset 26411 in vbox for trunk/src/VBox/VMM


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

Wrong parameter for gmmR0AllocateOneChunk

File:
1 edited

Legend:

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

    r23610 r26411  
    16641664        {
    16651665            RTSemFastMutexRelease(pGMM->Mtx);
    1666             int rc = gmmR0AllocateOneChunk(pGMM, pSet, NIL_GVM_HANDLE);
     1666            int rc = gmmR0AllocateOneChunk(pGMM, pSet, hGVM);
    16671667            int rc2 = RTSemFastMutexRequest(pGMM->Mtx);
    16681668            AssertRCReturn(rc2, rc2);
     
    22812281    {
    22822282        /** @todo R0 -> VM request */
     2283        /* The chunk can be owned by more than one VM if fBoundMemoryMode is false! */
    22832284    }
    22842285    else
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