VirtualBox

Changeset 29414 in vbox


Ignore:
Timestamp:
May 12, 2010 12:35:23 PM (15 years ago)
Author:
vboxsync
Message:

Fixes

File:
1 edited

Legend:

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

    r29409 r29414  
    37643764        {
    37653765            /* First time; create a page descriptor array. */
     3766            Log(("Allocate page descriptor array for %d pages\n", cPages));
    37663767            pGlobalRegion->paHCPhysPageID = (uint32_t *)RTMemAlloc(cPages * sizeof(*pGlobalRegion->paHCPhysPageID));
    37673768            if (!pGlobalRegion->paHCPhysPageID)
     
    37833784            {
    37843785                /* We've seen this shared page for the first time? */
    3785                 if (pGlobalRegion->paHCPhysPageID == NIL_GMM_PAGEID)
     3786                if (pGlobalRegion->paHCPhysPageID[i] == NIL_GMM_PAGEID)
    37863787                {
    37873788                    /* Easy case: just change the internal page type. */
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