Add hoc solution of .align problem.
authorkeie <none@none>
Tue, 23 Apr 1985 12:55:01 +0000 (12:55 +0000)
committerkeie <none@none>
Tue, 23 Apr 1985 12:55:01 +0000 (12:55 +0000)
mach/proto/as/comm6.c

index 624b143..da76ed9 100644 (file)
@@ -254,8 +254,9 @@ valu_t bytes;
                        DOTGAIN += (bytes - 1) - gap;
 #endif
        }
-       DOTVAL += gap;
-       sp->s_zero += gap;
+       /* I don't play the os_zero game here, but plainly write out zero's */
+       /* Led abuses trailing zero parts */
+       while (gap--) emit1(0) ;
 }
 
 #ifdef RELOCATION