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
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ scanstring()
|
||||||
fprintf(emfile,"\\000\"\n");
|
fprintf(emfile,"\\000\"\n");
|
||||||
i=yylval.integer;
|
i=yylval.integer;
|
||||||
yylval.integer= genrom();
|
yylval.integer= genrom();
|
||||||
fprintf(emfile,"l%d,1,%d\n",i,length);
|
fprintf(emfile,"l%d,9999,%d\n",i,length);
|
||||||
#ifdef YYDEBUG
|
#ifdef YYDEBUG
|
||||||
if(yydebug) printf("STRVALUE found\n");
|
if(yydebug) printf("STRVALUE found\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue