Added support for S_CRS

This commit is contained in:
ceriel
1990-07-30 11:56:28 +00:00
parent 28f52822c9
commit 526f073ec6
6 changed files with 50 additions and 5 deletions

View File

@@ -563,7 +563,7 @@ addbase(name)
register int type = name->on_type & S_TYP;
register int sectindex = type - S_MIN;
if (type == S_UND || type == S_ABS)
if (type == S_UND || type == S_ABS || type == S_CRS)
return;
if (name->on_type & S_COM)
return;