VirtualBox

Changeset 9955

Show
Ignore:
Timestamp:
06/26/08 16:09:13 (5 months ago)
Author:
vboxsync
Message:

pgmPoolTrackClearPageUser fix for

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r9953 r9955  
    25152515        case PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD: 
    25162516        case PGMPOOLKIND_64BIT_PDPT_FOR_64BIT_PDPT: 
     2517            u.pau64[pUser->iUserTable] = 0; 
     2518            break; 
     2519 
    25172520        case PGMPOOLKIND_64BIT_PML4_FOR_64BIT_PML4: 
    2518             u.pau64[pUser->iUserTable] = 0; 
     2521            /* There are no references to this page; it's loaded into CR3. */ 
    25192522            break; 
    25202523 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy