Changeset 13099 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
- Timestamp:
- Oct 8, 2008 5:22:23 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 37591
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r13098 r13099 403 403 if (rc == VINF_PGM_SYNCPAGE_MODIFIED_PDE) 404 404 rc = VINF_SUCCESS; 405 STAM_STATS({ if (rc == VINF_EM_RAW_GUEST_TRAP) STAM_COUNTER_INC(&pVM->pgm.s.StatRZTrap0eGuestPF); }); 405 406 STAM_STATS({ if (!pVM->pgm.s.CTX_SUFF(pStatTrap0eAttribution)) 406 407 pVM->pgm.s.CTX_SUFF(pStatTrap0eAttribution) = &pVM->pgm.s.StatRZTrap0eTime2Misc; });
Note:
See TracChangeset
for help on using the changeset viewer.