Files
ack/util/ceg/ce_back/obj_back/switchseg.c
1988-10-31 15:42:15 +00:00

13 lines
175 B
C

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