Changeset 19503 in vbox
- Timestamp:
- May 7, 2009 7:37:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r19488 r19503 2081 2081 */ 2082 2082 # ifdef IN_RING3 /* Don't flush in ring-0 or raw mode, it's taking too long. */ 2083 if (ASMBitTestAndClear(&pVM->pgm.s.fGlobalSyncFlags, PGM_GLOBAL_SYNC_CLEAR_PGM_POOL ))2083 if (ASMBitTestAndClear(&pVM->pgm.s.fGlobalSyncFlags, PGM_GLOBAL_SYNC_CLEAR_PGM_POOL_BIT)) 2084 2084 { 2085 2085 /** @todo SMP support! */
Note:
See TracChangeset
for help on using the changeset viewer.