Changeset 23145 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Sep 18, 2009 8:58:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r23140 r23145 2535 2535 * Callback to clear all shadow pages and clear all modification counters. 2536 2536 * 2537 * @returns VBox st atus code.2537 * @returns VBox strict status code. 2538 2538 * @param pVM The VM handle. 2539 2539 * @param pVCpu The VMCPU for the EMT we're being called on. Unused. … … 2543 2543 * the PGMPOOL_WITH_MONITORING \#ifdef. 2544 2544 */ 2545 DECLCALLBACK( int) pgmPoolClearAll(PVM pVM, PVMCPU pVCpu, void *pvUser)2545 DECLCALLBACK(VBOXSTRICTRC) pgmPoolClearAll(PVM pVM, PVMCPU pVCpu, void *pvUser) 2546 2546 { 2547 2547 PPGMPOOL pPool = pVM->pgm.s.CTX_SUFF(pPool);
Note:
See TracChangeset
for help on using the changeset viewer.