Add hoc solution of .align problem.
This commit is contained in:
parent
733ac47e22
commit
eb92039acd
@ -254,8 +254,9 @@ valu_t bytes;
|
|||||||
DOTGAIN += (bytes - 1) - gap;
|
DOTGAIN += (bytes - 1) - gap;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
DOTVAL += gap;
|
/* I don't play the os_zero game here, but plainly write out zero's */
|
||||||
sp->s_zero += gap;
|
/* Led abuses trailing zero parts */
|
||||||
|
while (gap--) emit1(0) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef RELOCATION
|
#ifdef RELOCATION
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user