ack/util/ceg/ce_back/obj_back/switchseg.c

15 lines
209 B
C
Raw Normal View History

1987-11-20 10:41:03 +00:00
#include "data.h"
switchseg( seg)
int seg;
1987-11-25 13:51:25 +00:00
/* The EM definition demands that pseudo instructions are aligned
* at word boundaries.
*/
1987-11-20 10:41:03 +00:00
{
if ( seg == cur_seg)
return;
cur_seg = seg;
align_word();
}