Changeset 17595 in vbox
- Timestamp:
- Mar 9, 2009 5:24:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r17586 r17595 473 473 VM_FF_SET(pVM, VM_FF_PGM_SYNC_CR3); 474 474 LogFlow(("pgmPoolMonitorChainChanging: Detected conflict at iShw2=%#x!\n", iShw2)); 475 break; 475 476 } 476 477 # endif /* !IN_RING0 */ … … 555 556 STAM_COUNTER_INC(&(pVM->pgm.s.StatRZGuestCR3WriteConflict)); 556 557 LogFlow(("pgmPoolMonitorChainChanging: Detected conflict at iShw2=%#x!\n", iShw2)); 558 break; 557 559 } 558 560 #endif /* !IN_RING0 */ … … 626 628 VM_FF_SET(pVM, VM_FF_PGM_SYNC_CR3); 627 629 LogFlow(("pgmPoolMonitorChainChanging: Detected conflict at iShw2=%#x!\n", iShw2)); 630 break; 628 631 } 629 632 # endif /* !IN_RING0 */
Note:
See TracChangeset
for help on using the changeset viewer.