Changeset 104838 in vbox for trunk/src/VBox/Devices/USB
- Timestamp:
- Jun 5, 2024 12:38:48 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/DevEHCI.cpp
r103317 r104838 4613 4613 * without adjust the above comment. 4614 4614 */ 4615 if (uVersion == EHCI_SAVED_STATE_VERSION_PRE_TIMER_REMOVAL)4615 if (uVersion <= EHCI_SAVED_STATE_VERSION_PRE_TIMER_REMOVAL) 4616 4616 { 4617 4617 bool fActive1 = false;
Note:
See TracChangeset
for help on using the changeset viewer.