Changeset 103245 in vbox for trunk/src/VBox/Devices/VMMDev
- Timestamp:
- Feb 7, 2024 11:53:07 AM (13 months ago)
- svn:sync-xref-src-repo-rev:
- 161531
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDevTesting.cpp
r99739 r103245 648 648 case VMMDEV_TESTING_IOPORT_LOCKED_HI - VMMDEV_TESTING_IOPORT_BASE: 649 649 case VMMDEV_TESTING_IOPORT_LOCKED_LO - VMMDEV_TESTING_IOPORT_BASE: 650 { 650 651 switch (cb) 651 652 { … … 708 709 return VERR_INTERNAL_ERROR_2; 709 710 } 711 break; 712 } 710 713 711 714 default:
Note:
See TracChangeset
for help on using the changeset viewer.