| # | Line 77 | Line 77 | BlockSnapshotManager::BlockSnapshotManager(SimInfo* in | |
|---|---|---|
| 77 | //the last block may not have nSnapshotPerBlock frames, we need to consider this special situation | |
| 78 | blocks_.back().second = nframes_; | |
| 79 | ||
| 80 | < | snapshots_.insert(snapshots_.begin(), nframes_, NULL); | 
| 80 | > | snapshots_.insert(snapshots_.begin(), nframes_,(Snapshot*)(NULL)); | 
| 81 | ||
| 82 | } | |
| 83 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |