Fixed the detection of where to start and stop segments.
This commit is contained in:
@@ -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 */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user