1989-01-26 13:32:57 +00:00
|
|
|
#include "back.h"
|
1987-11-20 10:41:03 +00:00
|
|
|
|
1989-01-26 13:32:57 +00:00
|
|
|
B_swtchsg( seg)
|
1987-11-20 10:41:03 +00:00
|
|
|
int seg;
|
|
|
|
|
1987-11-25 13:51:25 +00:00
|
|
|
/* The EM definition demands that pseudo instructions are aligned
|
|
|
|
* at word boundaries.
|
|
|
|
*/
|
1987-11-20 10:41:03 +00:00
|
|
|
{
|
|
|
|
cur_seg = seg;
|
|
|
|
align_word();
|
|
|
|
}
|