VirtualBox

Changeset 102455 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Dec 4, 2023 3:53:11 PM (12 months ago)
Author:
vboxsync
Message:

Main: Removed some more BUGBUG entries and documented empty / non-implemented code areas where needed. bugref:10384

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r101619 r102455  
    52725272    AssertComRC(hrc);
    52735273
    5274     ChipsetType_T chipsetType = ChipsetType_PIIX3; /** @todo BUGBUG ASSUMES x86! */
     5274    ChipsetType_T chipsetType = ChipsetType_PIIX3;
    52755275    pPlatform->COMGETTER(ChipsetType)(&chipsetType);
    52765276    AssertComRC(hrc);
     
    1070910709    AssertComRC(hrc);
    1071010710
    10711     ChipsetType_T chipsetType = ChipsetType_PIIX3; /** @todo BUGBUG ASSUMES x86! */
     10711    ChipsetType_T chipsetType = ChipsetType_PIIX3;
    1071210712    pPlatform->COMGETTER(ChipsetType)(&chipsetType);
    1071310713    AssertComRC(hrc);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette