Changeset 51598 in vbox for trunk/src/VBox
- Timestamp:
- Jun 11, 2014 8:14:20 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94326
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/SSM.cpp
r50575 r51598 1398 1398 { 1399 1399 PSSMUNIT pUnit; 1400 int rc = ssmR3Register(pVM, pszName, uInstance, uVersion, cbGuess, NULL , &pUnit);1400 int rc = ssmR3Register(pVM, pszName, uInstance, uVersion, cbGuess, NULL /* pszBefore */, &pUnit); 1401 1401 if (RT_SUCCESS(rc)) 1402 1402 { … … 1452 1452 1453 1453 PSSMUNIT pUnit; 1454 int rc = ssmR3Register(pVM, pszName, uInstance, uVersion, cbGuess, NULL , &pUnit);1454 int rc = ssmR3Register(pVM, pszName, uInstance, uVersion, cbGuess, NULL /* pszBefore */, &pUnit); 1455 1455 if (RT_SUCCESS(rc)) 1456 1456 {
Note:
See TracChangeset
for help on using the changeset viewer.