Changeset 23649 in vbox for trunk/src/VBox/VMM/SSM.cpp
- Timestamp:
- Oct 9, 2009 2:26:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/SSM.cpp
r23596 r23649 7466 7466 if ( pDir->aEntries[i].u32NameCRC == u32NameCRC 7467 7467 && pDir->aEntries[i].u32Instance == iInstance 7468 && pDir->aEntries[i]. u32Instance!= 0 /* bug in unreleased code */7468 && pDir->aEntries[i].off != 0 /* bug in unreleased code */ 7469 7469 ) 7470 7470 {
Note:
See TracChangeset
for help on using the changeset viewer.