ack/util/ceg/ce_back/obj_back/switchseg.c
1989-01-26 13:32:57 +00:00

13 lines
177 B
C

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