Pristine Ack-5.5
[Ack-5.5.git] / util / ceg / ce_back / obj_back / switchseg.c
1 #include "back.h"
2
3 B_swtchsg( seg)
4 int seg;
5
6  /* The EM definition demands that pseudo instructions are aligned
7   * at word boundaries.
8   */
9 {       
10         cur_seg = seg;
11         align_word();
12 }