Merge pull request #2716 from kugelfuhr/kugelfuhr/fix-2649
Fix an internal error in da65 when there are certain labels in a skipped section
This commit is contained in:
@@ -146,8 +146,7 @@ unsigned GetGranularity (attr_t Style)
|
|||||||
case atAddrTab: return 2;
|
case atAddrTab: return 2;
|
||||||
case atRtsTab: return 2;
|
case atRtsTab: return 2;
|
||||||
case atTextTab: return 1;
|
case atTextTab: return 1;
|
||||||
|
case atSkip: return 1;
|
||||||
case atSkip:
|
|
||||||
default:
|
default:
|
||||||
Internal ("GetGranularity called for style = %d", Style);
|
Internal ("GetGranularity called for style = %d", Style);
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user