*** empty log message ***

This commit is contained in:
kaashoek
1987-11-25 13:54:01 +00:00
parent 7af2561a91
commit 152faf2b36
14 changed files with 84 additions and 33 deletions

View File

@@ -3,10 +3,13 @@
#include "back.h"
/* The following functions are called from reloc1(), reloc2(), reloc4(),
dump_label().
* dump_label().
*/
align_word()
/* Do word allignment.
*/
{
switch ( cur_seg) {
case SEGTXT : return;
@@ -26,6 +29,9 @@ align_word()
long cur_value()
/* Return the index of the first free entry.
*/
{
switch( cur_seg) {
case SEGTXT: return text - text_area;