Fixed the detection of where to start and stop segments.

This commit is contained in:
Greg King
2014-11-30 00:40:45 -05:00
parent 0ee891c106
commit 155f00f25e
3 changed files with 16 additions and 21 deletions

View File

@@ -100,9 +100,6 @@ int IsSegmentEnd (unsigned Addr);
int IsSegmentStart (unsigned Addr);
/* Return true if a segment starts at the given address */
int HaveSegmentChange (unsigned Addr);
/* Return true if the segment change attributes are set for the given address */
unsigned GetGranularity (attr_t Style);
/* Get the granularity for the given style */