set_segment now generates legal code for SEGHOL; if used, the code
expander will complain
This commit is contained in:
parent
64aae9d435
commit
42560d86ef
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ int seg;
|
||||||
case SEGBSS : out( "switchseg( SEGBSS);\n");
|
case SEGBSS : out( "switchseg( SEGBSS);\n");
|
||||||
out( "dump_label();\n");
|
out( "dump_label();\n");
|
||||||
break;
|
break;
|
||||||
case SEGHOL : out( "switchseg( SEGHOL); DOESN'T EXIST!!\n");
|
case SEGHOL : out( "switchseg( SEGHOL);\n");
|
||||||
break;
|
break;
|
||||||
case SEGCON : out( "switchseg( SEGCON);\n");
|
case SEGCON : out( "switchseg( SEGCON);\n");
|
||||||
out( "dump_label();\n");
|
out( "dump_label();\n");
|
||||||
|
|
Loading…
Add table
Reference in a new issue