Changeset 63459 in vbox for trunk/src/VBox/Devices/EFI/DevSmc.cpp
- Timestamp:
- Aug 15, 2016 7:51:18 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110106
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/DevSmc.cpp
r62885 r63459 1388 1388 /* Fend off unsupported versions. */ 1389 1389 if ( uVersion != SMC_SAVED_STATE_VERSION 1390 #if SMC_SAVED_STATE_VERSION != SMC_SAVED_STATE_VERSION_BAKA 1390 1391 && uVersion != SMC_SAVED_STATE_VERSION_BAKA 1392 #endif 1391 1393 && uVersion != SMC_SAVED_STATE_VERSION_BAKA + 1) 1392 1394 return VERR_SSM_UNSUPPORTED_DATA_UNIT_VERSION;
Note:
See TracChangeset
for help on using the changeset viewer.