Changeset 91270 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 16, 2021 7:36:06 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 146929
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r91265 r91270 924 924 if (pszExitName) 925 925 { 926 rc = STAMR3RegisterF(pVM, &pHmCpu->aStatNestedExitReason , STAMTYPE_COUNTER, STAMVISIBILITY_USED,926 rc = STAMR3RegisterF(pVM, &pHmCpu->aStatNestedExitReason[j], STAMTYPE_COUNTER, STAMVISIBILITY_USED, 927 927 STAMUNIT_OCCURENCES, pszExitName, "/HM/CPU%u/Exit/NestedGuest/Reason/%02x", idCpu, j); 928 928 AssertRC(rc);
Note:
See TracChangeset
for help on using the changeset viewer.