Changeset 31603 in vbox for trunk/src/VBox
- Timestamp:
- Aug 12, 2010 3:06:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGM.cpp
r31602 r31603 4317 4317 DECLCALLBACK(void) pgmR3PhysWriteCountTMCallback(PVM pVM, PTMTIMER pTimer, void *pvUser) 4318 4318 { 4319 uint32_t uInterval = (uint32_t) 4319 uint32_t uInterval = (uint32_t)(uintptr_t)pvUser; 4320 4320 4321 4321 if (pVM->pgm.s.fCountingPhysWrites)
Note:
See TracChangeset
for help on using the changeset viewer.