Changeset 48451 in vbox
- Timestamp:
- Sep 12, 2013 3:01:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/DevSmc.cpp
r48435 r48451 1288 1288 /* Fend off unsupported versions. */ 1289 1289 if ( uVersion != SMC_SAVED_STATE_VERSION 1290 && uVersion != SMC_SAVED_STATE_VERSION_BAKA) 1290 && uVersion != SMC_SAVED_STATE_VERSION_BAKA 1291 && uVersion != SMC_SAVED_STATE_VERSION_BAKA + 1) 1291 1292 return VERR_SSM_UNSUPPORTED_DATA_UNIT_VERSION; 1292 1293
Note:
See TracChangeset
for help on using the changeset viewer.