Forráskód Böngészése

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

ceriel 36 éve
szülő
commit
82bad462cd
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      util/ceg/EM_parser/common/help.c

+ 1 - 1
util/ceg/EM_parser/common/help.c

@@ -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");