VirtualBox

Changeset 55500 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 29, 2015 6:44:05 AM (10 years ago)
Author:
vboxsync
Message:

DevSmc: volatile not required

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/DevSmc.cpp

    r55362 r55500  
    354354static RTONCE   g_SmcR0Once = RTONCE_INITIALIZER;
    355355/** Indicates whether we've successfully queried the OSK* keys. */
    356 static volatile bool g_fHaveOsk = false;
     356static bool g_fHaveOsk = false;
    357357/** The OSK0 and OSK1 values. */
    358358static uint8_t  g_abOsk0And1[32+32];
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