Replaced a few "bss 2" by "bss EM_WSIZE".
authorceriel <none@none>
Mon, 20 Oct 1986 11:28:29 +0000 (11:28 +0000)
committerceriel <none@none>
Mon, 20 Oct 1986 11:28:29 +0000 (11:28 +0000)
lang/basic/src.old/gencode.c

index e36aa7b..8efd79f 100644 (file)
@@ -517,9 +517,9 @@ prologcode()
        fprintf(emfile,"dummy1\n con 0,0,0,0\n");
        fprintf(emfile," exa _iomode\n_iomode\n rom \"O\"\n");
        fprintf(emfile," exa _errsym\n");
-       fprintf(emfile,"_errsym\n bss 2,0,1\n");
+       fprintf(emfile,"_errsym\n bss EM_WSIZE,0,1\n");
        fprintf(emfile," exa _erlsym\n");
-       fprintf(emfile,"_erlsym\n bss 2,0,1\n");
+       fprintf(emfile,"_erlsym\n bss EM_WSIZE,0,1\n");
 }
 
 prolog2()