Changeset 23097 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Sep 17, 2009 2:26:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r22890 r23097 825 825 /// @todo count the above case; else 826 826 if (uErr & X86_TRAP_PF_US) 827 STAM_COUNTER_INC(&pVCpu->pgm.s.CTX_MID_Z(Stat,PageOutOfSyncUser ));827 STAM_COUNTER_INC(&pVCpu->pgm.s.CTX_MID_Z(Stat,PageOutOfSyncUserWrite)); 828 828 else /* supervisor */ 829 STAM_COUNTER_INC(&pVCpu->pgm.s.CTX_MID_Z(Stat,PageOutOfSyncSupervisor ));829 STAM_COUNTER_INC(&pVCpu->pgm.s.CTX_MID_Z(Stat,PageOutOfSyncSupervisorWrite)); 830 830 831 831 /*
Note:
See TracChangeset
for help on using the changeset viewer.