set_segment now generates legal code for SEGHOL; if used, the code
expander will complain
This commit is contained in:
parent
64aae9d435
commit
42560d86ef
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue