Changeset 13901 in vbox
- Timestamp:
- Nov 6, 2008 10:12:18 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r13900 r13901 224 224 AssertRC(rc); 225 225 } 226 rc = STAMR3Register (pVM, &pVCpu->hwaccm.s.StatExitReasonNPF, STAMTYPE_COUNTER, STAMVISIBILITY_USED, "/HWACCM/CPU%d/Exit/Reason/#NPF", STAMUNIT_OCCURENCES, "Exit reason", i);226 rc = STAMR3RegisterF(pVM, &pVCpu->hwaccm.s.StatExitReasonNPF, STAMTYPE_COUNTER, STAMVISIBILITY_USED, STAMUNIT_OCCURENCES, "/HWACCM/CPU%d/Exit/Reason/#NPF", "Exit reason", i); 227 227 AssertRC(rc); 228 228 }
Note:
See TracChangeset
for help on using the changeset viewer.