VirtualBox

Changeset 102792 in vbox for trunk


Ignore:
Timestamp:
Jan 9, 2024 12:01:18 PM (13 months ago)
Author:
vboxsync
Message:

Fixed operator precedence.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevFwCommon.cpp

    r102788 r102792  
    722722        pBIOSInf->u8CharacteristicsByte2 = RT_BIT(2)   /* Enable targeted content distribution, needed by Windows to populate registry, see
    723723                                                          https://download.microsoft.com/download/5/D/6/5D6EAF2B-7DDF-476B-93DC-7CF0072878E6/SMBIOS.doc */
    724                                          | fUefi ? RT_BIT(3) : 0
     724                                         | (fUefi ? RT_BIT(3) : 0)
    725725                                         /* any more?? */
    726726                                         ;
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