Teach da65 about table units

This commit is contained in:
Lauri Kasanen
2022-11-08 19:04:46 +02:00
parent cce119a9e7
commit 56a414593a
5 changed files with 43 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ static unsigned GetSpan (attr_t Style)
if ((Attr & atStyleMask) != Style) {
break;
}
if ((Attr & (atSegmentStart | atSegmentEnd))) {
if ((Attr & (atSegmentStart | atSegmentEnd | atTableUnit))) {
break;
}
++Count;