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

@@ -107,14 +107,6 @@ int IsSegmentStart (unsigned Addr)
int HaveSegmentChange (unsigned Addr)
/* Return true if the segment change attributes are set for the given address */
{
return (GetAttr (Addr) & (atSegmentStart | atSegmentEnd)) != 0x0000;
}
unsigned GetGranularity (attr_t Style)
/* Get the granularity for the given style */
{