diff os9/mc09/mc.c @ 132:36000611014b

micro-c buffering
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 06 Jan 2019 19:57:11 +0900
parents c4e909f21b25
children 2562c18c904e
line wrap: on
line diff
--- a/os9/mc09/mc.c	Sat Jan 05 22:10:20 2019 +0900
+++ b/os9/mc09/mc.c	Sun Jan 06 19:57:11 2019 +0900
@@ -224,7 +224,7 @@
 		if ( (obuf = fopen(ccout,"w")) == NULL ) error(FILERR);
                 else {
                     /* we'l resize data area later */
-                    printf("\tmod   _eom,_name,_tylg,_atrv,_start,1024\n");    /* os9 module header */
+                    printf("\tmod   _eom,_name,_tylg,_atrv,_start,4096\n");    /* os9 module header */
                     printf("_name      fcs   /%s/\n\tfcb 0\n",modname);
                 }
         }