Strings in rom are initialized with usage count 9999 i.s.o. 1.
String with that usage count are not touched any way at all.
This commit is contained in:
parent
a49f2d23f7
commit
e271d9bbb8
|
@ -395,7 +395,7 @@ scanstring()
|
|||
fprintf(emfile,"\\000\"\n");
|
||||
i=yylval.integer;
|
||||
yylval.integer= genrom();
|
||||
fprintf(emfile,"l%d,1,%d\n",i,length);
|
||||
fprintf(emfile,"l%d,9999,%d\n",i,length);
|
||||
#ifdef YYDEBUG
|
||||
if(yydebug) printf("STRVALUE found\n");
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue