Changeset 55500 in vbox for trunk/src/VBox
- Timestamp:
- Apr 29, 2015 6:44:05 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/DevSmc.cpp
r55362 r55500 354 354 static RTONCE g_SmcR0Once = RTONCE_INITIALIZER; 355 355 /** Indicates whether we've successfully queried the OSK* keys. */ 356 static volatilebool g_fHaveOsk = false;356 static bool g_fHaveOsk = false; 357 357 /** The OSK0 and OSK1 values. */ 358 358 static uint8_t g_abOsk0And1[32+32];
Note:
See TracChangeset
for help on using the changeset viewer.