Changeset 107484 in vbox
- Timestamp:
- Jan 8, 2025 9:18:22 AM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 166543
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPit-i8254.cpp
r106061 r107484 1121 1121 # endif 1122 1122 if (uVersion > PIT_SAVED_STATE_VERSION_VBOX_31) 1123 rc =pHlp->pfnSSMGetBool(pSSM, &pThis->fDisabledByHpet);1123 pHlp->pfnSSMGetBool(pSSM, &pThis->fDisabledByHpet); 1124 1124 1125 1125 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.