- Timestamp:
- Sep 4, 2013 1:49:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/IEMR3.cpp
r47548 r48266 54 54 "Instructions interpreted", "/IEM/CPU%u/cInstructions", idCpu); 55 55 STAMR3RegisterF(pVM, &pVCpu->iem.s.cPotentialExits, STAMTYPE_U32, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, 56 "Potential exi sts","/IEM/CPU%u/cPotentialExits", idCpu);56 "Potential exits", "/IEM/CPU%u/cPotentialExits", idCpu); 57 57 STAMR3RegisterF(pVM, &pVCpu->iem.s.cRetAspectNotImplemented, STAMTYPE_U32_RESET, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, 58 58 "VERR_IEM_ASPECT_NOT_IMPLEMENTED", "/IEM/CPU%u/cRetAspectNotImplemented", idCpu);
Note:
See TracChangeset
for help on using the changeset viewer.