tack/util/ceg/ce_back/obj_back/switchseg.c
kaashoek ea6ca28e20 n
1987-11-25 13:51:25 +00:00

15 lines
209 B
C

#include "data.h"
switchseg( seg)
int seg;
/* The EM definition demands that pseudo instructions are aligned
* at word boundaries.
*/
{
if ( seg == cur_seg)
return;
cur_seg = seg;
align_word();
}