VirtualBox

Changeset 33110 in vbox


Ignore:
Timestamp:
Oct 13, 2010 3:17:58 PM (14 years ago)
Author:
vboxsync
Message:

EFI: wrong assert, we shouldn't assert here we should just ignore old boot option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsMisc.c

    r29125 r33110  
    595595
    596596    Option              = BdsLibVariableToOption (BdsCommonOptionList, OptionName);
    597     ASSERT (Option != NULL);
     597    //ASSERT (Option != NULL);
     598    if (!Option)
     599    {
     600        DEBUG((DEBUG_INFO, "%a:%d Option %s wasn't found \n", __FILE__, __LINE__, Option));
     601        continue;
     602    }
    598603    Option->BootCurrent = OptionOrder[Index];
    599604
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