VirtualBox

Changeset 19504 in vbox for trunk


Ignore:
Timestamp:
May 7, 2009 7:37:20 PM (16 years ago)
Author:
vboxsync
Message:

Fixed r47022 regression

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMInternal.h

    r19488 r19504  
    28722872#define PGM_SYNC_MAP_CR3                        RT_BIT(3)
    28732873/** Clear the page pool (a light weight flush). */
    2874 #define PGM_GLOBAL_SYNC_CLEAR_PGM_POOL          RT_BIT(8)
     2874#define PGM_GLOBAL_SYNC_CLEAR_PGM_POOL_BIT      8
     2875#define PGM_GLOBAL_SYNC_CLEAR_PGM_POOL          RT_BIT(PGM_GLOBAL_SYNC_CLEAR_PGM_POOL_BIT)
    28752876/** @} */
    28762877
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