switchseg.c 177 B

123456789101112
  1. #include "back.h"
  2. B_swtchsg( seg)
  3. int seg;
  4. /* The EM definition demands that pseudo instructions are aligned
  5. * at word boundaries.
  6. */
  7. {
  8. cur_seg = seg;
  9. align_word();
  10. }