- Timestamp:
- Dec 30, 2021 11:35:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r93102 r93106 1296 1296 1297 1297 /* Enable workaround for missing TLB flush for OS/2 guests, see ticketref:20625. */ 1298 if ( RTUtf16NCmpAscii(osTypeId.raw(), RT_STR_TUPLE("OS2")) == 0)1298 if (osTypeId.startsWith("OS2")) 1299 1299 InsertConfigInteger(pHM, "MissingOS2TlbFlushWorkaround", 1); 1300 1300
Note:
See TracChangeset
for help on using the changeset viewer.