Changeset 103407 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Feb 18, 2024 5:23:23 PM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 161728
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/IOMR3IoPort.cpp
r98103 r103407 387 387 { 388 388 const char *pszIn = paExtDescs[i].pszIn; 389 const char *pszOut = paExtDescs[i].psz In;389 const char *pszOut = paExtDescs[i].pszOut; 390 390 if (!pszIn && !pszOut) 391 391 break;
Note:
See TracChangeset
for help on using the changeset viewer.