*** empty log message ***

This commit is contained in:
kaashoek
1987-11-25 13:54:01 +00:00
parent 251a16aff5
commit 4cde32970d
14 changed files with 84 additions and 33 deletions

View File

@@ -6,18 +6,21 @@
end_back()
{
sync();
define_segments();
finish_tables();
do_local_relocation();
}
sync()
finish_tables()
/* Prepare tables for do_local_relocation() and output().
*/
{
while ( ( text - text_area) % EM_WSIZE != 0 )
text1( '\0');
while ( ( data - data_area) % EM_WSIZE != 0 )
con1( '\0');
define_segments();
}