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
7284e9d210
commit
4d93f6d900
@ -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…
x
Reference in New Issue
Block a user