Changeset 26364 in vbox for trunk/src/VBox/VMM/PGMPool.cpp
- Timestamp:
- Feb 9, 2010 1:31:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPool.cpp
r26261 r26364 598 598 * 599 599 */ 600 staticDECLCALLBACK(VBOXSTRICTRC) pgmR3PoolClearAllRendezvous(PVM pVM, PVMCPU pVCpu, void *pvUser)600 DECLCALLBACK(VBOXSTRICTRC) pgmR3PoolClearAllRendezvous(PVM pVM, PVMCPU pVCpu, void *pvUser) 601 601 { 602 602 PPGMPOOL pPool = pVM->pgm.s.CTX_SUFF(pPool);
Note:
See TracChangeset
for help on using the changeset viewer.