set_segment now generates legal code for SEGHOL; if used, the code

expander will complain
This commit is contained in:
ceriel 1988-09-07 13:20:03 +00:00
parent 64aae9d435
commit 42560d86ef

View file

@ -86,7 +86,7 @@ int seg;
case SEGBSS : out( "switchseg( SEGBSS);\n");
out( "dump_label();\n");
break;
case SEGHOL : out( "switchseg( SEGHOL); DOESN'T EXIST!!\n");
case SEGHOL : out( "switchseg( SEGHOL);\n");
break;
case SEGCON : out( "switchseg( SEGCON);\n");
out( "dump_label();\n");