set_segment now generates legal code for SEGHOL; if used, the code
authorceriel <none@none>
Wed, 7 Sep 1988 13:20:03 +0000 (13:20 +0000)
committerceriel <none@none>
Wed, 7 Sep 1988 13:20:03 +0000 (13:20 +0000)
expander will complain

util/ceg/EM_parser/common/help.c

index 747cb50..1ebeffc 100644 (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");