set_segment now generates legal code for SEGHOL; if used, the code
expander will complain
This commit is contained in:
parent
a67cf334a5
commit
82bad462cd
@ -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…
x
Reference in New Issue
Block a user