Changeset 102455 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Dec 4, 2023 3:53:11 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r101619 r102455 5272 5272 AssertComRC(hrc); 5273 5273 5274 ChipsetType_T chipsetType = ChipsetType_PIIX3; /** @todo BUGBUG ASSUMES x86! */5274 ChipsetType_T chipsetType = ChipsetType_PIIX3; 5275 5275 pPlatform->COMGETTER(ChipsetType)(&chipsetType); 5276 5276 AssertComRC(hrc); … … 10709 10709 AssertComRC(hrc); 10710 10710 10711 ChipsetType_T chipsetType = ChipsetType_PIIX3; /** @todo BUGBUG ASSUMES x86! */10711 ChipsetType_T chipsetType = ChipsetType_PIIX3; 10712 10712 pPlatform->COMGETTER(ChipsetType)(&chipsetType); 10713 10713 AssertComRC(hrc);
Note:
See TracChangeset
for help on using the changeset viewer.