Fix #2649. When generating labels for "skip" sections, GetGranularity() is
called which wouldn't handle this type.
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