fix the bug that the unit test exposed. it was so simple!

still not fixing the integration test, though :-(
This commit is contained in:
Enno Rehling 2015-09-08 16:32:03 +02:00
parent 1fbbba564b
commit b551261b66
1 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,8 @@ void get_seen_interval(struct seen_region *seen[], struct region **firstp, struc
sr = sr->nextHash;
}
}
*firstp = first;
*lastp = last;
}
bool add_seen(struct seen_region *seehash[], struct region *r, int mode, bool dis)