Added some conversions

This commit is contained in:
ceriel
1989-01-20 14:54:55 +00:00
parent fa9d7ce5ce
commit b1b4ba9677
6 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ ONE_BYTE c;
return;
case SEGROM : rom1( c);
return;
case SEGBSS : bss( 1);
case SEGBSS : bss( (arith) 1);
return;
default : fprint( STDERR, "gen1() : bad seg number\n");
return;